HTML PROJECT #3 Project 3 Creating Web Pages with Links, Images, and Formatted Text

Preview:

Citation preview

HTMLPROJECT #3

Project 3

Creating Web Pages with Links, Images, and

Formatted Text

2HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• sup • A text formatting tag used to display text as superscript

• Superscript shows text above regular text

• 103 shows the number 3 as superscript.

3HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• bullettype • An attribute used with the HTML tag <ul> to define the type of bullet used in a bulleted list

4HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• strong • A text formatting tag used to display text with strong emphasis (usually appears as bold)

5HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• pre • A text formatting tag used to set text as preformatted text

6HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• background • An attribute used with the HTML tag <body> to add a background image to a Web page

7HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• tt • A text formatting tag used to display text as teletype or monospace text

8HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• small • A text formatting tag used to specify text that is smaller in comparison to surrounding text

9HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• alink • An attribute used with the HTML tag <body> to specify the color of an active link

10HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• Thumbnail Image • A smaller version of a large image, usually used as a link to the large image

11HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• Home Page • The main page of a Web site

12HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• vlink • An attribute used with the HTML tag <body> to specify the color of a visited link

13HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• mailto: • An attribute used with the HTML code href to specify an e-mail link

14HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• sub • A text formatting tag used to display text as subscript

15HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• big • A text formatting tag used to specify text that is larger in comparison to surrounding text

16HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• Text Link • One or several words used as link; usually displays as underlined and in a different color

17HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• hspace • An attribute used with the HTML tag <img> to display horizontal space to the left and right of an image

18HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• blockquote • A text formatting tag used to designate a long quotation

19HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• em • A text formatting tag used to display text with emphasis (usually appears as italicized)

20HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• href • An attribute used with the HTML tag <a> to specify the URL of the linked page or file

21HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• HTML tag • A feature of the HTML language used to define and format text

22HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• border • An attribute used with the HTML tag <img> to indicate the size of the border of the image

23HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• type • An attribute used with the HTML tag <a> to specify the content type of the linked page or file

24HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• alt • An attribute used with the HTML tag <img> to display text while an image is loading

25HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• Target • A named location used as the destination for a link

26HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• Left-aligned • An attribute used with the HTML heading tag to indicate that the heading is aligned to the left

27HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• rel • An attribute used with the HTML tag <a> to indicate a forward relationship

28HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• rev • An attribute used with the HTML tag <a> to indicate a reverse relationship

29HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• Image Link • An image used as a hyperlink

30HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• E-mail link • A link that opens a new message in the default e-mail program, with the appropriate e-mail address

31HTML Project 3: Creating Web Pages with Links, Images, and Formatted Text

Vocabulary

• vspace • An attribute used with the HTML tag <img> to display vertical space above and below an image

Recommended