Computer Science, asked by diskitchunka, 7 months ago

Find the errors in the following program:
<HTML>
<Head>
<title> This is my first web page
<\title>
<ol>
<body bgcolour=Red <B>Internet is the largest information ba
and has become a vital part of our lives. <Tr>Internet has
revolutionized the world economy as well as society.
<</body> <p align="right">
</html>​

Answers

Answered by kppadiyar3
0

Answer:

This short tutorial is meant for people who want to start using CSS and have never written a CSS style sheet before.

It does not explain much of CSS. It just explains how to create an HTML file, a CSS file and how to make them work together. After that, you can read any of a number of other tutorials to add more features to the HTML and CSS files. Or you can switch to using a dedicated HTML or CSS editor, that helps you set up complex sites.

At the end of the tutorial, you will have made an HTML file that looks like this:

Answered by AnindaBasu
0

Answer:

<body bgcolor="Red">

</p>

</B>

p align, B not closed

body not close like this,it will close like this </body>

</title> like this it will close

Similar questions