How To Code

How To Code

ConfettiDidi's Guide for Beigners

We're gonna jump straight into it, if you don't have a clue where to write code this is just a practie and won't be public.
Therefore if your on a Windows use Notepad, if your on a Chromebook use Text and if you're on a Mac use TextEdit.
With that aside let's write our first piece of code to change a backgroung color.
< body style= 'background-color: black' >
Make sure the angle brackets do not have spaces seperating it from the text.

So we have our background color but no website is a website without text or images!
Image
< img src='yourfilehere.png' >

Headings & Paragraphs
< h1 > Heading < /h1 >
< h2 > Subheading < /h2 >
< h3 > Third Heading < /h3 >
< p > Paragraph < /p>

Font Color
< FONT COLOR="color" >