HTML and CSS Introduced - HTML Elements

12345678910111213
Across
  1. 4. A network of computers that share documents with each other.
  2. 6. A group of web pages that link to each other.
  3. 7. Adds contents for a paragraph using this element.
  4. 8. Declares special instructions for the browser. Includes information (metadata) about the document, such as <title> and <style> .
  5. 10. Use this to add style information for web page elements within the page.
  6. 11. Tells the browser that this is an HTML document.
  7. 13. Short for Cascading S tyle Sheets. It is used with HTML to change the appearance of web pages.
Down
  1. 1. Use this to add the document's title in a browser's title bar or a page's tab.
  2. 2. A software application (e.g., Chrome, Firefox, Safari) where you can open and interact with web pages.
  3. 3. Inserts a blank line on the page. Usually used for spacing.
  4. 4. Digital documents shared on the web.
  5. 5. HTML markup that is used to format a web page. It usually consists of start and end tags along with any attributes.
  6. 9. Short for Hyper Text Markup Language. It is used to create web pages using regular text.
  7. 11. All page content goes here (e.g., text, hyperlinks, images).
  8. 12. These indicate the start and end of an HTML element.