Project 3 Key Terms and Tags>
All tags and key terms in project three
- Email Link
- This automatically opens a new message in the default e-mail program and inserts the appropriate contact e-mail address to the field.
- Mailto
- This automatically opens a new message in the default e-mail program and inserts the appropriate contact e-mail address in the To Field
- Target
- A named location in a file.
- Thumbnail Image
- This is a smaller version of the image itself
- Link
- Normal link, controls color of normal unvisited link and or link without mouse pointer pointing to it. Default color is usually blue
- vlink
- Visited link, controls the color of a link that has been clicked or visited. Default color is usually green or purple.
- alink
- Active link, controls the color of a link immediately after the mouse clicks the hyperlink. Default color is usually green or red.
- color="#xxxxxx"
- This changes the font color, the value inside quotation marks is a six-digit color code or color name
- face="fontname"
- This changes the font face or type. The value inside quotation is the name or font, such as Veranda or Arial; text appears using the default font if the font face is not specified.
- size="x"
- Changes the font size. The value inside quotation marks is a number that represents size. The values can be an actual font size of 1(smallest) to 7(largest) or a relative font size, such as +2 or -1, which specifies a number of sizes larger or smaller than the present font size.
- ul tag
- Changes the bullet type from bulleted list to square or circles, or what ever preferred
- href
- Specifies the url of the linked page or file.
- name
- Defines the name for the current anchor so it may be the target or destination of another link
- rel
- Indicates a forward relationship from the current document to the linked document. The value of the rel attribute is a link type, such as prev, next, index or copyright.
- rev
- Indicates a reverse(backward) relationship from the current document to the linked document.
- type
- Specifies the content type of the linked page or file to help the browser determine if it can handle the resource type.
- < b > < /b>
- Physical style tag that displays text as bold.
- < big > < /big>
- Increases the font size in comparison to the surrounding text.
- < blockquote > or < /blockquote>
- Designates a long quotation; indents margins on sections of text.
- < em> < /em>
- Logical style tag that displays text with emphasis
- < i> < /i>
- Physical style tag that displays text as italized
- < pre> < /pre>
- Sets enclosed text as preformed material, meaning it preserves spaces and line breaks; often used for text in column format in another document pasted into HTML code.
- < small> < /small>
- Decreases the font size in comparison to the surrounding text.
- < strong> < /strong>
- Logical style tag that displays text with strong emphasis.
- < sub> < /sub>
- Displays text as subscript.
- < sup>
- Displays text as superscript.
- < tt> < /tt>
- Displays text as teletype or monospace text.
- < u> < /u>
- Displays text as underlined.