Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
297 views

HTML Worksheet

This document provides a summary of common HTML tags and their functions. It lists tags such as <HTML>, <HEAD>, <TITLE>, <BODY>, <H1>, <P>, <BR>, <UL>, <OL>, <CENTER>, <A>, <HR>, <B>, <I>, <EM>, <STRONG>, and others and briefly explains what each tag is used for in HTML documents.

Uploaded by

Faust Alexist
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
297 views

HTML Worksheet

This document provides a summary of common HTML tags and their functions. It lists tags such as <HTML>, <HEAD>, <TITLE>, <BODY>, <H1>, <P>, <BR>, <UL>, <OL>, <CENTER>, <A>, <HR>, <B>, <I>, <EM>, <STRONG>, and others and briefly explains what each tag is used for in HTML documents.

Uploaded by

Faust Alexist
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

HTML Worksheet INSTRUCTORS KEY

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

<BODY BACKGROUND= > Background, creates background for document

You might also like