Advertisements
Advertisements
प्रश्न
| Hamish is creating a website for the Highland Chess League. Part of the HTML for the home page is shown below. |
<head>
<title> Highland Chess League </title>
<meta name = "description" content = "The Highland Chess League"/>
<meta name = "keywords" content = "chess,league,games,Highland,hobbies"/>
</head>
<body>
<div align = "centre">
<p> Welcome to the Highland Chess League Home Page </p>
<p>Play the board <u>not</u> the man </p>
</div>
</body>
The window shown alongside is seen when a browser is used to view the home page. Use the HTML code above to identify the contents displayed in A, B and C.

लघु उत्तर
Advertisements
उत्तर
A - Highland Chess League
B - Welcome to the Highland Chess League Home Page
C - Play the board not the man
Explanation:
A displays the text written inside the <title> tag.
B displays the text written inside the first <p> tag.
C displays the text written inside the second <p> tag.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 3: HTML- I: Basic HTML Elements - Assignment [पृष्ठ १२८]
