HTML Worksheet
HTML Worksheet
HTML Tag <HTML></HTML> <HEAD></HEAD> <TITLE></TITLE> <BODY></BODY> <H1></H1> <P> <BR> <UL></UL> <OL></OL> <CENTER></CENTER> <A></A> HREF= <HR> <B> <I> <EM> <STRONG> =Red or =ff0000 bgcolor link <IMG SRC= > ALIGN= HEIGHT= WIDTH= Description Announces that this is an HTML document Heading, enters special information at top of Web page Title, gives web page a title Body, encloses the part of your Web page that displays in browser Heading, format headings in larger or smaller font Paragraph, separates paragraph by adding a blank line Break, creates a line break with no extra space between lines Unordered list, creates a bulleted list Ordered list, creates a numbered list Centers text in browser Anchor, creates hypertext references Hypertext Reference, indicates URL being searched Horizontal rule, creates horizontal line Bold, bolds text Italics, italicizes text Emphasize, emphasizes text (often italics) Strong emphasis, (often bold) Red, color value for red Background color, changes background color Link color, changes link color Image search, searches for a saved image Align, aligns pictures with text Height, determines height of graphic Width, determines width of graphic