Project 3 Key Terms and Tags>

All tags and key terms in project three

  1. Email Link
  2. This automatically opens a new message in the default e-mail program and inserts the appropriate contact e-mail address to the field.
  3. Mailto
  4. This automatically opens a new message in the default e-mail program and inserts the appropriate contact e-mail address in the To Field
  5. Target
  6. A named location in a file.
  7. Thumbnail Image
  8. This is a smaller version of the image itself
  9. Link
  10. Normal link, controls color of normal unvisited link and or link without mouse pointer pointing to it. Default color is usually blue
  11. vlink
  12. Visited link, controls the color of a link that has been clicked or visited. Default color is usually green or purple.
  13. alink
  14. Active link, controls the color of a link immediately after the mouse clicks the hyperlink. Default color is usually green or red.
  15. color="#xxxxxx"
  16. This changes the font color, the value inside quotation marks is a six-digit color code or color name
  17. face="fontname"
  18. 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.
  19. size="x"
  20. 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.
  21. ul tag
  22. Changes the bullet type from bulleted list to square or circles, or what ever preferred
  23. href
  24. Specifies the url of the linked page or file.
  25. name
  26. Defines the name for the current anchor so it may be the target or destination of another link
  27. rel
  28. 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.
  29. rev
  30. Indicates a reverse(backward) relationship from the current document to the linked document.
  31. type
  32. Specifies the content type of the linked page or file to help the browser determine if it can handle the resource type.
  33. < b > < /b>
  34. Physical style tag that displays text as bold.
  35. < big > < /big>
  36. Increases the font size in comparison to the surrounding text.
  37. < blockquote > or < /blockquote>
  38. Designates a long quotation; indents margins on sections of text.
  39. < em> < /em>
  40. Logical style tag that displays text with emphasis
  41. < i> < /i>
  42. Physical style tag that displays text as italized
  43. < pre> < /pre>
  44. 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.
  45. < small> < /small>
  46. Decreases the font size in comparison to the surrounding text.
  47. < strong> < /strong>
  48. Logical style tag that displays text with strong emphasis.
  49. < sub> < /sub>
  50. Displays text as subscript.
  51. < sup>
  52. Displays text as superscript.
  53. < tt> < /tt>
  54. Displays text as teletype or monospace text.
  55. < u> < /u>
  56. Displays text as underlined.
    Hosted by www.Geocities.ws

    1