How to Build a Website - By Logan E

Home

Getting an idea
What to create

What is HTML
< and > signs
Nessicary tags
Basic tags

What is CSS
Stylesheets
Basic styling

Basic Tags

Now that you know just what a tag is, lets go through some examples of common tags.

Used in <body>

  1. <p>

  2. <h1>

  3. <b> or <strong>

  4. <i>

  5. <a>

  6. <img>

Used in <head>

  1. <title>

  2. <link>