html school
type to make text.
use <br> to break lines.
use <font color="hex"> to change colors.
use <h1> to make
big text.
the <h1> tag has multiple sizes. with each tag getting smaller by +1 number added to the h1 tag (this goes up to h6).
the <a href="link"> tag makes links. like this.
use <p> to make paragraphs.
use <li> to make lists
like
this
use <font style="font-size:size"> to make bigger text without breaking lines.
use <font style="font-family:font"> to change fonts.
use any text tag and the <style="background-color:color"> tag to add a background to it.
(disclaimer: if you want to use multiple style tags, put a ; at the end of every tag. example: <font style="color:green;background-color:red">.)
tags work like spaces.
use <style="text-decoration:decoration"> to change text decorations.
use <i> tags to make text italic.
use <b> tags to make text bold.
use <s> tags to make text strikethrough.
use <u> tags to make text have an underline.
i hope you learned something.
for more info, look in this page's source code.
this entire page was made in notepad.