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
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
English,
2 months ago
Science,
2 months ago
Hindi,
5 months ago
Computer Science,
11 months ago
Chemistry,
11 months ago