NEW
Font size
WorksheetsBasic HTML
Total questions: 20
Worksheet time: 9mins
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Which is the correct HTML element for inserting a line break?
<b>
<lb>
<br/>
<break>
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
<th></th> is the code for .....
a table row
a table column
a table header
Thanos
The _____ tags opens the document in a new window or tab.
_self
_blank
_top
The _____ is used in form for a single line of input.
textarea
text box
text field
What form elements are used in creating a drop-down list?
<select> and <input>
<label> and <input>
<select> and <option>
What should a HTML web page end with?
</html>
<head>
</end>
</body>
JPEG
DOC
GIF
WAV
Which code below is correct for a hyperlink
<a>
"https://google.com"
Click Me
</a>
<a>Click Me>
"https://google.com"
</a>
<a herf="https://google.com">
Click Me
</a>
<a href="https://google.com">
Click Me
</a>
