Headings

HTML headings are defined with the <h1> to <h6> tags.

<h1> defines the most important heading. <h6> defines the least important heading.


This is heading 1. It is the first heading and it has the largest font.

This is heading 2

This is heading 3

This is heading 4

This is heading 5
This is heading 6. It is the last heading and it has the smallest font.



Paragraphs

HTML paragraphs are defined with the <p> tag.


This is a paragraph.

This is another paragraph.




HTML Links

HTML links are defined with the <a> tag.


This is a link


HTML Images

HTML images are defined with the <img> tag.


Test


HTML Attributes

HTML attributes provide additional information about HTML elements.


The href attribute specifies the URL of the page a link goes to.

The src attribute specifies the path to the image to be displayed