Images in HTML

HTML <img> tag is used to display image on the web page. HTML <img> tag is an empty tag that contains attributes only. Closing tags are not used in HTML image …

Read more

HTML Ordered List

<ol> tag is used for ordered list. An ordered list can be numerical or alphabetical. An ordered list starts with the <ol> tag. Each list item starts with the <li> tag. The numbering starts …

Read more

HTML hr Tag

The <hr> tag in HTML stands for horizontal rule or line. HTML <hr> Tag is used to insert a horizontal rule or a thematic break in an HTML page to …

Read more