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