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

What is CSS?

Once you know the basics of HTML you should also know about CSS. CSS is another file type and language that deals with changing how your webpage looks.

CSS files need to be linked to whatever page you want to use them on. (See Basic Tags for more info)

The form of CSS you use to make the styling for a website is called a stylesheet.


Learn More