11)
Which of the following element was redefined to represent user interface menus, including context menus?
<menu> element was redefined to represent user interface menus, including context menus.
12)
What does '3xx' code denote?
13)
The <p> tag means ....
14)
What does HTTP stands for?
HTTP stands for Hypertext Transfer Protocol.
15)
How can you create a email link?
<a href="mailto:abc@abc.com"> is correct way to create a mail link.
16)
Which tag is used to make a text small in HTML?
<small> is used to make text small in HTML.
17)
Which tag is used to make text italic?
<i> tag is used to make text italic in html.
18)
Which of the following is the correct tag for creating hyperlink
<a href="https://rajlama.com.np"> Link </a> is the correct tag for creating hyperlink.
19)
Which tag is used to make text bold?
<b> Text is bold </b> will make text bold.
20)
Which element is used to get highlighted text in HTML5?
<mark> element is used to get highlighted text in HTML5.