unit 4

123456789101112131415161718
Across
  1. 2. name extension- is a suffix to the name of a computer file applied to indicate the encoding convention.
  2. 4. tag- <b>also called an opening tag. … has no slash
  3. 5. creates separation and space on a page… a visual break … could be in the form or a line or other separator.
  4. 10. an abstraction belonging to or characteristic of an entity; a characteristic belonging to a page or tag/instruction.
  5. 11. an examination of the characteristics of something; the act of subjecting to experimental test in order to determine how well something works.
  6. 13. link- graphic that when clicked can be used to access other web pages.
  7. 14. tag- an HTML instruction used to create hyperlinks <a></a> absolute link- a link that contains the full address or URL of its destination
  8. 15. link- a link that contains the name of the file only.
  9. 16. list- a numbered list on a Web Page
  10. 17. tag- </b> also called a closing tag … has an ending slash.
  11. 18. tag-a command inserted in a document that specifies how the document, or a portion of the document, should be formatted within angled brackets <>. Tags are used by all format specifications that store documents as text files.
Down
  1. 1. tag- a set of tags within another set of tags [<p><b> text </b></p>
  2. 3. list- a list not numbered on a web pages
  3. 6. locating and correcting programming errors.
  4. 7. authoring language used to create documents on the World Wide Web.
  5. 8. code- HTML tags and text that make up a web page
  6. 9. link- text that when clicked can be used to access other web pages
  7. 12. file- a file within your page or site includes graphics or document files, etc.
  8. 17. tag- does not require closing tag <br> … also called an orphan tag