Below are some basic HTML elements that are commonly used when creating websites.
HTML provides different heading sizes from h1 to h6. Headings help organize the content of a webpage.
The paragraph tag (p) is used to display blocks of text on a webpage. It helps organize information clearly.
Links allow users to navigate between different pages. They are created using the anchor tag (a).
Images can be displayed on a webpage using the image tag (img). They make websites more visually appealing.
Example of an unordered list:
Example of an ordered list: