Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to change the style of HTML elements in JavaScript HTML DOM

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to change the style of HTML elements in JavaScript HTML DOM. I hope you will get something after reading this article. Let's discuss it together.

JavaScript HTML DOM-change CSS

HTML DOM allows JavaScript to change the style of HTML elements.

Change the HTML style

To change the style of the HTML element, use this syntax:

Document.getElementById (id). Style.property=new style

The following example will change

Style of the element:

Hello World!

Hello World!

Document.getElementById ("p2") .style.color = "blue"; document.getElementById ("p2") .style.fontFamily = "Arial"; document.getElementById ("p2") .style.fontSize = "larger"

The above paragraph has been modified by a script.

The following example changes the style of the HTML element of id= "id1" when the user clicks the button:

My Heading 1

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report