Show List
Quiz - HTML - 4
Select the right answer for below questions:
What is the tag used to create a line break in HTML?
line
lb
br
break
br
What is the tag used to create a horizontal rule in HTML?
hr
rule
hrz
line
hr
What is the tag used to create a heading in HTML?
header
head
h
title
h
What is the tag used to create an ordered list in HTML?
list
ul
ol
li
ol
What is the tag used to create a table in HTML?
table
tbl
tab
grid
table
What is the tag used to create a table row in HTML?
row
r
tr
table-row
tr
What is the tag used to create a table cell in HTML?
cell
td
col
table-data
td
What is the tag used to create a form in HTML?
form
frm
f
input-form
form
What is the tag used to create a text input field in a form in HTML?
text-input
input
text
txt
input
What is the tag used to create a submit button in a form in HTML?
submit
button
input type="submit"
s
input type="submit"
Submit
Retry
{"qz1-850635":"br","qz1-850636":"hr","qz1-850637":"h","qz1-850638":"ol","qz1-850639":"table","qz1-850640":"tr","qz1-850641":"td","qz1-850642":"form","qz1-850643":"input","qz1-850644":"input type=\"submit\""}
Leave a Comment