1. Correct the following codes and rewrite correct code.
a) <HTML>
<BODY>
<TITLE> My first program </TITLE>
</BODY>
<HEAD>
<FONT LENGTH 4>
love to learn HTML
</HEAD>
<HTML>
Or
b) <HTML>
<HEAD>
<TITTLE> Computers
</HEAD>
<P align="Center">
<H1> HTML </H1>
HTML is very interesting. It is a wonderful language for web pages.
</BODY>
</HTML>
Plz help me i will chose the brainlist.....
Answers
Answered by
1
Answer:
a
Explanation:
<HTML>
<head>
<title> My first program</title>
</head>
<body>
<p3>
love to learn HTML
</p3>
</HTML>
I hope this will help you understand code! :)
Similar questions