- Computer Applications | Shaalaa.com
English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

What is the wrong in the following coding? <html><my web page><title> Welcome to my web page </head></title> - Computer Applications

Advertisements
Advertisements

Question

What is the wrong in the following coding?

<html>
<my web page>
<title> Welcome to my web page </head>
</title>

Short Note

Solution

  1. Beginning of head section with <head> is missing.
  2. </title> must be placed before </head>
  3. No Body section
  4. End of </html> is missing
  5. Title content and Body contents are misplaced.

The Correct code:

<html>
    <head>
          <title> my webpage </title> 
    <head>
    <body>
          Welcome to my webpage
    </body>
</html>
shaalaa.com
HTML Attributes
  Is there an error in this question or solution?
Chapter 10: HTML - Structural Tags - Evaluation [Page 236]

APPEARS IN

Samacheer Kalvi Computer Applications [English] Class 11 TN Board
Chapter 10 HTML - Structural Tags
Evaluation | Q 3. | Page 236
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×