Select Language:

width

about width :
  • width attribute specifies the width of a horizontal line, in pixels or percent.
  • width attribute of the body element was deprecated in HTML 4.01 and is not supported in XHTML 1.0 Strict DTD.

width usage :

<"element" width="value">
width value :
  1. pixels : The width in pixels (like "100px" or just "100")
  2. % : The width in percent of the available space (like "50%")

width example:

<hr width="50%" />



origin by : w3schools.com

0 comments: