Let's start with the heading, paragraphs, titles, and links!

In order to create a heading, you can use the <h1> through <h6> tags. For example, <h1> creates the largest heading and <h6> creates the smallest heading.

To create a paragraph, you can use the <p> tag.

To create a link: you need to use href="URL". You can also use the <a> anchor <a> tag to create a link. For example, <a href="https://www.google.com">Google</a> creates a link to Google.

The title tag sets the little text in the tab!

Instead of using https://hello.com in the top tab text, you can use the <title> tag.

For example, <title>My Website</title> will set the tab text to "My Website".

Back Next