LCHS_Web Design Unit4

1234567891011121314151617
Across
  1. 2. language for defining how to display and style HTML elements by using rule-sets
  2. 4. special set of characters that tells/indicates to the computer the start and end of an HTML element and that element's type
  3. 6. process of finding & fixing bugs
  4. 8. container or section in HTML code for metadata, browser tab title, links to stylesheets
  5. 9. HTML element that has no content or no end tag
  6. 10. HTML element that you want to style
  7. 11. html heading tag that defines least important title or subtitle to display on a webpage
  8. 12. the style or formatting property name & its value, that are separated by a colon, with the entire declaration terminated by a semicolon
  9. 14. provide additional meaning, information, and context about HTML elements
  10. 16. a title or short piece of text or summary that is at the top of a section of content to organize your code
  11. 17. set of rules to specify a style for the selected element
Down
  1. 1. attribute you want applied to the property
  2. 3. part of a program that adds functionality for the user
  3. 4. html heading tag that defines most important title or subtitle to display on a webpage
  4. 5. mistake in code which causes it to not work as planned
  5. 7. HTML tag that starts contents on a new line & organizes content
  6. 8. opening and closing tags including the text in between
  7. 11. a language used to create web pages by special codes used to define elements
  8. 13. attribute used to add styles to an element, such as color, font, size, and more
  9. 15. coding an object inside another object, such as an HTML tag inside another HTML tag