Worksheet For Grade 7 HTML
Worksheet For Grade 7 HTML
2024-25
Worksheet
Name: _________________________________ Roll No: _______________.
2. If we need to set the size of an image to 250 pixels wide and 400 pixels tall the code
will be
a) width= “400” height=”250”
b) width= “250” height=”400”
c) width= “40” height=”25”
14. Which attribute of the <input> tag is used to specify a label for the input field?
a) value b) name c) id
15. Which attribute of the <input> tag is used to specify the maximum number of
characters allowed in an input field?
a) maxlength b) max c) size
16. What is the default colour of unvisited links in most web browsers?
a) Blue b) Purple c) Green
17. What will the browser display for the above HTML code?
<a href="home.php">Go to Home Page</a>