No student devices needed. Know more
10 questions
Which of the following best describes the code to open a link in a new browser window?
a href="url" target=_window"
a href="url" target="new"
a href="url" new
a href="url" target="_blank"
Which one is the correct HTML tag used for the largest heading?
Heading
h1
Head
h6
In CSS, which of the following properties can be used to set the background color of an image?
background-color
color : background
background:color
color
The correct sequence of HTML tags for starting a webpage is -
Head, Title, HTML, body
HTML, Body, Title, Head
HTML, Head, Title, Body
none of these
From the below options, how do we create a bulleted list in HTML?
<li>
<ul>
<list>
<bl>
In HTML5, which of the following tag is used to initialize the document type?
<Doctype HTML>
<\Doctype html>
<Doctype>
<!DOCTYPE html>
Which character is used to represent the closing of a tag in HTML?
\
!
/
.
Which of the following tags is used to create lists in HTML?
<list>
<a href>
<li>
<il>
Which of the following tag is used to add an image?
<img src="url">
<img src=url>
<image src="url">
<image src=url>
How to add a comment in Html?
<!-- --!>
<!-- -->
\\
<-- -->
Explore all questions with a free account