HTML Image

The HTML <img> element defines a Image.

Attribute of Ordered List

S. No. Att. name Description Value
1 Src Image Path (Location)
2 Width Image Width In Number or Percentage
3 Height Image Height In Number or Percentage
4 Hspace Image Horizontal Space In Number or Percentage
5 Vspace Image Vertically Space In Number or Percentage
6 Align Image Align top, bottom, middle,left,right
7 Title On Mouse Over Message
Example

<img src='img/1.jpg'>
<img src='img/2.jpg' width=200 height=200 title='Image'>

HTML Horizontal Line

The HTML <hr> element defines a Horizontal Line.

Attribute of HR

S No. Att. Name Description Value
1 width Line width In Number or Percentage
2 Size Line Height In Number
3 color Line Color Color name or Color code
4 Title On Mouse Over Message
Example


<hr>
<hr size=10 color="red">