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 Styling

In your newly linked stylesheet file, you can style things by specifying WHAT you want to style, and what to change. Each time you want to change something, you must first declare what you are changing with a dot, and its name, followed by {curly brackets}. First, here are the basic specifications for what to style.

  1. .body

  2. .h1, .h2, .h3, .h4, .h5, and .h6

  3. .p

  4. .img

Now that you know how to declare these, you need to figure out what to put inbetween them. Here are some basic properties, and some examples. VERY IMPORTANT: YOU MUST PUT A SEMICOLON (;) AFTER EACH ONE