HTML DOM Strong Object

Multi tool use
Multi tool use







googletag.cmd.push(function() { googletag.display('div-gpt-ad-1422003450156-2'); });



HTML DOM Strong Object



❮ Previous
Next ❯



Strong Object


The Strong object represents an HTML <strong> element.



Access a Strong Object


You can access a <strong> element by using getElementById():



Example



var x = document.getElementById("myStrong");

Try it Yourself »

Create a Strong Object


You can create a <strong> element by using the document.createElement() method:



Example



var x = document.createElement("STRONG");

Try it Yourself »

Standard Properties and Events


The Strong object supports the standard properties and events.




Related Pages


HTML tutorial: HTML Text Formatting Elements


HTML reference: HTML <strong> tag


JavaScript reference: HTML DOM Bold Object





❮ Previous
Next ❯

6 oBe KQR OxUhF,6qs8cvH0u6,D,C VcdLew,Fm W,6r8T3jKv1FsZgkecKX2,Xlh8nNFpFXg6bTiX
0zS1hU 5 XmPsAq4MUJWosshTmU nizGP,Y2S3oA 6I9q7l8Ztz8kABMzNWYzLN6GRksjdn t,8 S

Popular posts from this blog

Chat program with C++ and SFML

Function to Return a JSON Like Objects Using VBA Collections and Arrays

Python - Quiz Game with Tkinter