HTML headings are defined with the <h1> to <h6> tags.
<h1> defines the most important heading. <h6> defines the least important heading.
HTML paragraphs are defined with the <p> tag.
This is a paragraph.
This is another paragraph.
HTML links are defined with the <a> tag.
HTML images are defined with the <img> tag.
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