|
Everyone else has a web site these days, so I figured, why not me, too?
HTML Practice: Day 1: Nov. 1st.
This 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.
Now I'm going to identify the difference between "p" and "br" tags.
The difference between "p" and "br" is that "p" is similar to pressing the return bar twice while "br" would be the same
as pressing return once.
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 end a headline tag simply type a / before your tag
|