Hello! I am Today and welcome to HTMLFD Part 3 where we teach you how to code and what is the point behind coding these things. Before we start, let’s take a look at what we will insert into our html page Hello World:
- We will learn how to insert headers of different sizes;
- We will learn how to insert paragraphs;
- And, we will learn how to insert links.
Okay, let’s start.
Step 1: Edit the file we made earlier(Hello World.html).
Step 2: In the body tags, insert a header. It can say anything. You can add a header from h1 to h6! Can these be applied to the forums?
Yes!
Remember to close the tag. **Step 3:** After the h1 tags, add a p tag. It can also say anything. Again, remember to close the tag. **Step 4:** After the p tags, add a a tag. Now this is a bit more complicated. You must add a attribute. Now, how do I add a attribute? Simple, you insert it in the tag like this:


