- Computer Applications | Shaalaa.com
मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता ११

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

Advertisements
Advertisements

प्रश्न

What is the wrong in the following coding?

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

टीपा लिहा

उत्तर

  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
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 10: HTML - Structural Tags - Evaluation [पृष्ठ २३६]

APPEARS IN

सामाचीर कलवी Computer Applications [English] Class 11 TN Board
पाठ 10 HTML - Structural Tags
Evaluation | Q 3. | पृष्ठ २३६
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×