HTML Graphical Elements Attribute

• Adds an image

<img src="name">

• Aligns an image: left, right, center; bottom, top, middle

 <img src="name" align=?>

• Sets size of border around an image

 <img src="name" border=?>

• Inserts a horizontal rule

 <hr>

• Sets size (height) of rule

 <hr size=?>

• Sets width of rule, in percentage or absolute value

 <hr width=?>

• Creates a rule without a shadow

 <hr noshade>

You May Also Like

Leave a Reply?