1. Which of the following is the HTML5 document declaration ()

A.


      
Copy the code

B.


      
Copy the code

C.


        
Copy the code

D.


      
Copy the code

B

2. Which of the following labels does not belong to the form class tag ()

A. select

B. fieldset

C. input

D. caption

D

3. Select the following labels to represent the list ()

A. option

B. ol

C. ul

D. form

A, B, C, d

Which of the following are optional values for the input tag type attribute ()

A. option

B. button

C. radio

D. text

A, B, C, D

5. Check that the contents of the tag are displayed on the page

B. a.) x

B

6. Determine the HTML comment format is /* Comment content */

A….

B.)

A

7. Fill in the blanks with the following labels :______

Correct answer: H2 or

or

or H2 or

or

Fill in the blanks please complete the following code (lowercase required) :

<meta  ... ="utf-8">
Copy the code

Correct answer: Charset

9. Fill in “>” with the following entity characters:

Correct answer: > Or the & # 62;

10. Fill in the blanks with the following labels:

Correct answer: A or or or a or or

Use the ____ (lower case required) attribute of the table tag to achieve cross-column effects.

Correct answer: Colspan

12. Fill in the blanks with the missing tag name in the following code (lowercase required) :

<___  rel="stylesheet" href="style.css">
Copy the code

Correct answer: Link