Computer Science, asked by mc9188442, 2 months ago

7- Practical Question :-
1. Find the error in following code.
<Html>
<Head>
</Title>UT II Test
</Title>
</head>
<Body Background colour ="yellow"
</p> This is UT -II Test </p>
<T>Bold</b>
CO<sub>2</sup>
</body>
</html>​

Answers

Answered by akzcreations
2

Answer:

In the 5th line the code should be:

<p>This is UT-II Test</p>

In the 6th line of code the body tag should be closed like this:

<body background-color="yellow">

In the 8th line of code you should write:

<b>Bold</b>

Explanation:

Hope this helps you :)

Similar questions