Dasan Duviella
CST 161
dad1final.html
dad2final.html
dad3final.html
Markup tags:
I. The B tag makes bold text.
II. Italics are produced by I tag.
III. Putting text in the center is made by the center tag.
IV. The heading tag is meant to make you words bigger or smaller.
V. The img tag is to place images into your website.
VI. The html tag is to start your website.
VII. The title tag makes a title for your website.
VIII. The background tag changes the background of you website.
IX. The tr tag is part of the table tag.
X. The font tag can change the size or color of the font that is in your website.
XI. The color tag changes the color of your font or background.
XII. The p tag is the paragraph break tag.
Heading tags:
i. The biggest heading uses a h1 tag
ii. The next biggest heading uses a h2 tag
iii. The third biggest heading uses h3 tag
iv. The fourth biggest heading uses h4 tag
v. The fifth biggest heading uses h5 tag
vi. The smallest heading uses h6 tag
Different lists:
- Ordered list is introduced by a ol tag; types:
- Unordered list is introduced by the ul tag; types
- TYPE=X
- TYPE=Y
- TYPE=Z
Dictionary list begins with dl tag, and also uses these tags:
- Uses dt
- Uses dd
1 |
ABC |
DEF |
GHI |
JKL |
MNO |
PRS |
TUV |
WXY |
* |
Z |
# |
CALL |
END |