This is how you get started if you just need the basics to get you off the ground building your first Web page. Learn how to use the basic HTML tags to just get you going.
Difficulty: Easy
Time Required: 10-15 minutes
Here's How:
- Start you page with and end your page with
- Add a heading to your page by starting it with and ending it with
- Place a title inside your heading by using
Title Here - Also add meta tags inside your heading (this is discussed elsewhere).
- Add text to your page inside the and
- Create a title for your text using h1, h2, h3, h4, or h5 depending on the size you want. Don't forget to end your tag. It will look like this
Page Title
Tips:
- Remember to end your tags so your browser will know where to stop doing something.
- Use
to start a paragraph and
to end one. - Use to start a new line. This tag does not need and end tag.
What You Need:
- Text editor (ie.Note Pad)
