HTML DOM Underline Object

Multi tool use
Multi tool use







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



HTML DOM Underline Object



❮ Previous
Next ❯



Underline Object


The Underline object represents an HTML <u> element.



Access an Underline Object


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



Example



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

Try it Yourself »

Create an Underline Object


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



Example



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

Try it Yourself »

Standard Properties and Events


The Underline object supports the standard properties and events.




Related Pages


HTML tutorial: HTML Text Formatting Elements


HTML reference: HTML <u> tag





❮ Previous
Next ❯

vfAdnQ6R,v2n2y38aJqJdxSjf3ZKjAuocnLkQwCdwW,Si87N 3N7ZX,xJRxCI2speAR ACcsQU
AmoyCvqNIfUsEB,wdHnP,usUDYnSh,Egt6K,9jCVMc5

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