Computer Science, asked by nicky1908, 1 year ago

Given below is HTML code. Rewrite code after correcting errors. Underline each correction.
<html>
<title>HTML
</head>
<body>
</title>
<p>Learning HTML is fun
PLZ. ANS AS FAST AS POSSIBLE...

Answers

Answered by siddhartharao77
6
Here is the correct code:

<html>
<head>
<title>HTML</title>
</head>
<body>
<p>Learning HTML is fun</p>
</body>
<html>


<!Hope this helps-->

nicky1908: </message>
nicky1908: Which language is used to write the above code?
siddhartharao77: XML
nicky1908: what are <message>,</message> ,<text>and</text>
nicky1908: what are <message>,</message> ,<text>and</text>
siddhartharao77: I didn't understand?
nicky1908: like should i write they are tags??
siddhartharao77: Yes. In XML U can write your own tags
nicky1908: u r right.... tysm...
RaoufBrown: You have to close it with "/html" tag but i understand now why you don't
Answered by RaoufBrown
1

The answer have to end with " / html "

Similar questions