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