|
Everyone else has a web site these days, so I figured, why not me, too?
HTML Practice: Day 1: Nov. 1stThis section will showcase several different tags so i'll have a better grasp of HTML.
The first tag "i" is used to italicize text.After the "i", a "p" was used to create a RETURN or new line on the web page.
This section uses a "b" to bold.
I just used a "br" tag. It is similar to a "p" tag, yet it creates a slightly different effect
Now I'm going to identify the difference between "p" and "br" tags.
The difference between "p" and "br" is that the "br" tag has small writeing and the "p" tag has larger print
Underlined text uses a "u" tag.
This code , "H1", creates a headline or font in bold and it's a little larger than usual.
now I'm testing a headline, 'H3". It is smaller than an "H1".
To make the font go back to regular I think you type "h5".
|