7 Word Crossword

12345678910111213141516171819
Across
  1. 1. Specifies one or more class names for an element, which can be used to style or identify the element.
  2. 7. Header: Defines a header cell in a table.
  3. 8. Preserves whitespace and line breaks as they appear in the HTML code.
  4. 9. Defines a paragraph of text.
  5. 11. Makes text bold.
  6. 13. Stands for Red, Green, Blue; a way to represent colors using three numerical values.
  7. 15. Styling Applying CSS styles directly within an HTML element.
  8. 16. Item: Represents an item within a list.
  9. 18. List: Creates a bulleted list.
  10. 19. Row Represents a row in a table.
Down
  1. 2. Defines inline CSS styles for an element.
  2. 3. Styling: Including CSS styles within the HTML document using `<style>` tags.
  3. 4. Code: A hexadecimal representation of colors in HTML, often used for specifying colors.
  4. 5. Specifies the URL or path to the source of an image or other media file.
  5. 6. Specifies a unique identifier for an element within a document.
  6. 7. Organizes data into rows and columns.
  7. 10. Provides additional information about an HTML element.
  8. 12. List: Creates a numbered list.
  9. 14. Sets the border around an element.
  10. 17. Data Represents a data cell in a table.