Computer Science, asked by koulikmanna649, 1 month ago

<html>
<head>
<title>Practicing before the exam</title>
</head>

<body background="color.jpg">
<ol type="A">
<li>Group A</li>
<ul>
<li>Italy</li>
<dl>
<dt>Italy</dt>
<dd>Italy, a European country with a long Mediterranean coastline, has left a powerful mark on Western culture and cuisine. Its capital, Rome, is home to the Vatican as well as landmark art and ancient ruins.
</dd>
</dl>
<li>Wales</li>
<dl>
<dt>Wales</dt>
<dd>Wales is a country in southwest Great Britain known for its rugged coastline, mountainous national parks, distinctive Welsh language and Celtic culture. Cardiff, the capital, is a refined coastal city with a nightlife scene and a medieval castle with ornate Gothic Revival interiors. In the northwest, Snowdonia National Park has lakes, glacial landforms, hiking trails and a railway up to the peak of Snowdon.
</dd>
</dl>
<li>Switzerland</lit>
<li>Turkey</li>
</ul>

<li>Group B</li>
<ul>
<li>Belgium</li>
<li>Denmark</li>
<li>Finland</lit>
<li>Russia</li>
</ul>
</ol>



</body>
</html>




Give me this output I will mark as brainliest​

Answers

Answered by mahammednasim
1

Answer:

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

<style>

body {background-color: powderblue;}

h1 {color: red;}

p {color: blue;}

</style>

</head>

<body>

<h1>This is a Heading</h1>

<p>This is a paragraph.</p>

</body>

Similar questions