wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML TAGS

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

1. What does the <a> tag define in HTML?

a)

a) Paragraph

b)


b) Link

c)


c) Table

d)


d) Audio

2.

2. Which attribute in the <img> tag specifies the image source?

a)

a) href

b)


b) src

c)


c) alt

d)


d) link

3.

3. What are the tags used inside a <table> to define rows and cells?

a)

a) <tr> for rows, <td> for cells

b)


b) <row> for rows, <cell> for cells

c)


c) <table-row>, <table-data>

d)


d) <div>, <span>

4.

4. How do you embed an audio file in HTML?

a)

a) <audio src="file.mp3"></audio>

b)


b) <sound src="file.mp3"></sound>

c)


c) <media src="file.mp3"></media>

d)


d) <mp3>

5.

5. Which attribute is used to add a link to a <a> tag?

a)

a) src

b)


b) href

c)


c) link

d)


d) url

6.

6. What tag starts an HTML form?

a)

a) <form>

b)


b) <input>

c)


c) <button>

d)


d) <fieldset>

7.

7. How do you define a text input field inside a form?

a)

a) <input type="text">

b)


b) <textbox>

c)


c) <text>

d)


d) <textfield>

8.

8. Which tag is used to create a dropdown list in a form?

a)

a) <list>

b)

b) <select>

c)


c) <input type="list">

d)


d) <dropdown>

9.

9. Which tag defines a table header cell?

a)

a) <th>

b)


b) <td>

c)


c) <head>

d)


d) <header>

10.

10. Which tag is used to create a numbered list?

a)

a) <ul>

b)


b) <ol>

c)


c) <list>

d)


d) <li>

11.

11. How to link an external CSS file to an HTML document?

a)

a) <link href="style.css" rel="stylesheet">

b)


b) <stylesheet src="style.css">

c)


c) <style src="style.css">

d)


d) <css src="style.css">

12.

12. How to create a button in an HTML form?

a)

a) <button>

b)


b) <input type="button">

c)


c) Both a and b

d)


d) <btn>

13.

13. Which input type allows users to select one option from a set?

a)

a) checkbox

b)


b) dropdown

c)


c) radio

d)


d) text

14.

14. How to embed a YouTube video in HTML?

a)

a) <video src="youtube link">

b)


b) <embed src="youtube link">

c)


c) <iframe src="youtube link">

d)


d) <media src="youtube link">

15.

15. How to add multiple lines text input in forms?

a)

a) <input type="textarea">

b)


b) <textarea>

c)


c) <input multiline>

d)


d) <input type="text"