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

< and > Symbols

The arrow shaped brackets < and > are very common in HTML. They are used to construct tags, which will be explained later. All you need to know is that almost EVERYTHING in HTML is opened with <brackets> and closed with </brackets>


Learn more about tags