Computer Science, asked by vaishnawikumari07, 5 hours ago

<html>
<head>
<title> list <title>
</head>
<body>
<ul>
<li> ram </li>
<li> sita </li>
</ul>
</body>
</html>​

Answers

Answered by DeekshantSharma9
62

It's too short. Write at least 20 characters to explain it well.

Your answer can't be empty

Attachments:
Answered by Anonymous
84

Output - HTML

Before we know the output of the given cօde, first let us know about HTML, that what is HTML, what is the use of HTML and some more about HTMl.

What is HTML?

» HTML stands for HyperText Markup Language. It is used to create websites. It is a Markup Language and not a Programming language. HTML describes the structure of a website. HTML elements are also known as tags. HTML tells the browsers how to display the content.

The Output

Now let's come to the output of the given cօde, first of all the cօde won't give any output because there is a minor mistake in the cօde i.e. <title> list <title> see the 3rd line it must be <title> list </title> [Slash (/) was missing. A slash is used in closing tags] so ignoring this minor mistake and going for the output. [tex][/tex]

The output of the given cօde will be as follows:

• ram

• sita

Similar questions