WorksheetsHTML_1
Total questions: 10
Worksheet time: 4mins
HTML stands for
Hyper text main language
Hyper text markup language
Hyper text machine learning
Google yourself
HTML is a programming language
Yes
No
Well I am confused
I will quickly search on google
<p>lorem3</p>
What will Emmet expand the above line into?
A single paragraph with lorem repeated 3 times
Three paragraphs with 'lorem' text
A single paragraph with 3 words from the standard lorem text
I think it will give error as Emmet is not installed
Which is the correct way to write a comment in HTML?
<!- This is a comment ->
// This is a comment
/* This is a comment */
<!-- This is a comment -->
Visual studio short cut (Emmet) to create a basic HTML page
<> + Enter
$ + Enter
H + Enter
! + Enter
While using anchor tag (<a>), what attribute value should be used so that the link opens in a new tab or window?
target="_new"
target="_tab"
target="window"
target="_blank"
How many heading tags are available in HTML?
h1 to h8
h1 to h6
h1 to h10
Any number. No restriction in HTML
Which of the following is used to show table data ?
<table>
<td>
<th>
<tr>
When we use a <footer> element, will the text automatically go to the bottom of the page?
Yes
No
<input type="text">
In this which is the attribute name?
input
type
text
None
