Mid-Year-HTML 1
Mid-Year-HTML 1
1. The !DOCTYPE declaration defines the document type and version of HTML.
3. The basic structure of an HTML document includes the html, head, and body
elements.
12. To highlight text in HTML, you can use the <mark> tag.
comment.
21. The CSS property that defines the font family is font-family.
22. To set the size of the font in CSS, you use the font-size property.
2
24. The property that determines the thickness of the font in CSS is font-weight.
25. To specify the type of list marker in CSS, you use list-style-type.
28. To set the indentation of the first line of a text block in CSS, you use text-indent.
30. margin property is used to control the indentation of the entire block of text.
[30]