0% found this document useful (0 votes)
2 views

Mid-Year-HTML 1

The document outlines the fundamental elements and tags used in HTML, including the structure of an HTML document and various text formatting tags. It also covers basic CSS properties for styling text, such as font family, size, and alignment. Key HTML tags mentioned include <p>, <h1>, <table>, and <blockquote>, while CSS properties include font-style, text-align, and margin.

Uploaded by

cpajalmasqfa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Mid-Year-HTML 1

The document outlines the fundamental elements and tags used in HTML, including the structure of an HTML document and various text formatting tags. It also covers basic CSS properties for styling text, such as font family, size, and alignment. Key HTML tags mentioned include <p>, <h1>, <table>, and <blockquote>, while CSS properties include font-style, text-align, and margin.

Uploaded by

cpajalmasqfa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

SECTION C

1. The !DOCTYPE declaration defines the document type and version of HTML.

2. The opening tag for an HTML document is <!DOCTYPE html>.

3. The basic structure of an HTML document includes the html, head, and body

elements.

4. To create a paragraph in HTML, you use the <p> tag.

5. To insert a line break in HTML, you use the <br> tag.

6. The <hr> tag is used to create a horizontal line.

7. HTML provides largest heading tags is <h1>.

8. The <strong> tag is used for bold text.

9. To italicize text in HTML, you can use the <em> tag.

10. The <u> tag represents underlined text.

11. The <strike> tag is used for strikethrough text.

12. To highlight text in HTML, you can use the <mark> tag.

13. <sub> is used for subscript text.

14. The <q> tag is used for short inline quotations.

15. To create a blockquote in HTML, you use the <blockquote> tag.

16. <!-- This is an example of an HTML comment. --> is an example of an HTML

comment.

17. The <table> tag is used to create a table in HTML.

18. The <caption> tag is used to define a table caption.

19. <tr> is used to define a table row in HTML.

20. <td> is used to define a table cell in HTML.

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

23. The CSS property used to italic text is font-style.

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.

26. text-align is used to align text in CSS.

27. The CSS property that controls underline or overline is text-decoration.

28. To set the indentation of the first line of a text block in CSS, you use text-indent.

29. The property used to align text vertically is vertical-align.

30. margin property is used to control the indentation of the entire block of text.

[30]

You might also like