What is wrong in the following coding ?
<HTML> <HEAD> <TITLE> New Page </HEAD> </TITLE> </HTML>
8 Likes
The <TITLE> tag must be entered between the opening and closing <HEAD> tags.
<TITLE>
<HEAD>
The correct code is as follows:
<HTML> <HEAD> <TITLE> New Page </TITLE> </HEAD> </HTML>
Answered By
5 Likes
<Body Margin Top = 60 Left = 75> Text with changed margin </Body>
<BASEFONT SIZE = 5> <BODY> Text with New format </BODY>
Differentiate between <TITLE> and <HEAD> tags.
Differentiate between container and empty elements.