Which of the following language is used to create webpages?

Java

Python

None of the options

HTML

HTML

Which of the following tag adds an image on your webpage?

<img>

<picture>

<body>

<p>

<img>

Which of the following is a self-closing tag?

<head>

<body>

<link>

<h1>

<link>

What is the correct syntax to write an HTML opening tag?

[tag_name]

(tag_name)

<tag_name>

{tag_name}

<tag_name>

How many levels of heading tags are present in HTML?

6

5

3

8

6

Which of the following tag adds a title to your webpage on the title bar of the browser?

<p>

<head>

<title>

<heading>