310 likes | 441 Vues
This project focuses on the essential HTML elements and attributes needed to create attractive and functional web pages. You'll learn to implement various text formatting tags, like superscript, bold, and italics, as well as how to use images, links, and other interactive elements effectively. The guide covers using attributes to enhance your web design, including customizing bullet types, managing spaces around images, and linking to emails. Ideal for beginners to grasp essential web development concepts and improve their HTML skills.
E N D
Project 3 Creating Web Pages with Links, Images, and Formatted Text
sup A text formatting tag used to display text as superscript Superscript shows text above regular text 103 shows the number 3 as superscript. Vocabulary
bullettype An attribute used with the HTML tag <ul> to define the type of bullet used in a bulleted list Vocabulary
strong A text formatting tag used to display text with strong emphasis (usually appears as bold) Vocabulary
pre A text formatting tag used to set text as preformatted text Vocabulary
background An attribute used with the HTML tag <body> to add a background image to a Web page Vocabulary
tt A text formatting tag used to display text as teletype or monospace text Vocabulary
small A text formatting tag used to specify text that is smaller in comparison to surrounding text Vocabulary
alink An attribute used with the HTML tag <body> to specify the color of an active link Vocabulary
Thumbnail Image A smaller version of a large image, usually used as a link to the large image Vocabulary
Home Page The main page of a Web site Vocabulary
vlink An attribute used with the HTML tag <body> to specify the color of a visited link Vocabulary
mailto: An attribute used with the HTML code href to specify an e-mail link Vocabulary
sub A text formatting tag used to display text as subscript Vocabulary
big A text formatting tag used to specify text that is larger in comparison to surrounding text Vocabulary
Text Link One or several words used as link; usually displays as underlined and in a different color Vocabulary
hspace An attribute used with the HTML tag <img> to display horizontal space to the left and right of an image Vocabulary
blockquote A text formatting tag used to designate a long quotation Vocabulary
em A text formatting tag used to display text with emphasis (usually appears as italicized) Vocabulary
href An attribute used with the HTML tag <a> to specify the URL of the linked page or file Vocabulary
HTML tag A feature of the HTML language used to define and format text Vocabulary
border An attribute used with the HTML tag <img> to indicate the size of the border of the image Vocabulary
type An attribute used with the HTML tag <a> to specify the content type of the linked page or file Vocabulary
alt An attribute used with the HTML tag <img> to display text while an image is loading Vocabulary
Target A named location used as the destination for a link Vocabulary
Left-aligned An attribute used with the HTML heading tag to indicate that the heading is aligned to the left Vocabulary
rel An attribute used with the HTML tag <a> to indicate a forward relationship Vocabulary
rev An attribute used with the HTML tag <a> to indicate a reverse relationship Vocabulary
Image Link An image used as a hyperlink Vocabulary
E-mail link A link that opens a new message in the default e-mail program, with the appropriate e-mail address Vocabulary
vspace An attribute used with the HTML tag <img> to display vertical space above and below an image Vocabulary