This lesson have informations about HTML's elements.
Everyting goes inside the body element. Just make sure every elements
have opening and closing element.
When we want to add paragraph we must use
p element tag.This p element is child of body.
Strong and b tag can make bold.
To making italic you must use em or i element.
Content is sentences between opening and closing tag
h1 is the header of the page. Prioritize h1- h6 h1 is the most
important one and h6 the less important one.
To making comment < ! -- you can use.
To make ordered list you must use ol element.
To make unordered list you must use ul element.
To add image you must use img element and inside img element you must
use src and alt attribute. Height and width attribute can make
bigger or smaller.
To connect another page you must use anchor a element. a element has
href attribute you can show your source inside href attribute.