27-12-2024 6:18:53 am
HTML Basic - Examples
HTML Headings
HTML headings are defined with the
<h1> to <h6> tags.
HTML Paragraphs
HTML paragraphs are defined with the <p> tag.
HTML Links
HTML links are defined withthe <a> tag.
HTML Images
HTML images are defined with the <img> tag.
NOTE : The filename and thesize of the image are provided as attributes.
HTML Line Breaks
Use the <br /> tag if you want a line break (a new line) without starting a new paragraph:
HTML Lines
The <hr /> tag creates a horizontal line in an HTML page.
The hr element can be usedto separate content: