Computer Science, asked by saishachaudhary94, 9 months ago

HTML
Follow the instructions to create a web page similar to the one as shown in the figure

Attachments:

Answers

Answered by anishasa
2

Answer:

Explanation:

<html>

<head>

<title>After School Club</title>

<style>

h1{

text-align:center;

font-family:Cooper Std Black;

color:green;

font-size:300%;

}

hr{

 height:5%;

 background-color:orange;

 border:none;

}

p{

text-align:center;

line-height:3px;

font-family:Segoe UP;

}

h2{

font-family:Segoe UP;

text-align:center;

color:red;

}

ul{

   text-align:center;

list-style-position:inside;

color:red;

}

table, th, td {

 border: 1px solid black;

 border-collapse: collapse;

}

th, td {

 text-align: left;

}

h3{

text-align:center;

font-family:Arial;

color:white;

background-color:olive;

}

</style>

</head>

<body>

<h1>A HEALTHY MIND RESIDES IN A HEALTHY BODY</h1>

<img src="images/kites.jpg" alt="Flying Kites" style="width: 200px; height: 200px;">

<img src="sky.jpg" alt="Cloudy Sky" style="width: 200px; height: 200px;">

<img src="balloons.jpg" alt="Hot Air Balloons" style="width: 200px; height: 200px;">

<img src="sky.jpg" alt="Cloudy Sky" style="width: 200px; height: 200px;">

<img src="balloons.jpg" alt="Hot Air Balloons" style="width: 200px; height: 200px;">

<hr>

<p>An image (from Latin: imago) is an artifact that depictograph or other two-dimensional picture, particularly one that resemble image is a distributed amplitude of color(s)..</p>

<p>An image (from Latin: imago) is an artifact that depicts visual perception, such as a photograph or other two-dimensional picture, particularly one that resembles a subject (usually a physical object). In the context of signal processing, an</p>

<p>An image (from Latin: imago) is an artifact that depi</p>

<h2>Physical activity can teach skills such as</h2>

<ul>

 

 <li>Coffee</li>

 <li>coffee</li>

 <li>coffee</li>

 <li>coffee</li>

 <li>coffee</li>

 

</ul>  

<table align="center" width="30%">

 <tr>

   <th bgcolor="lightblue">Firstname</th>

   <th bgcolor="lightblue">Lastname</th>  

   

 </tr>

 <tr>

   <td>Jill</td>

   <td>Smith</td>

   

 </tr>

 <tr>

   <td>Eve</td>

   <td>Jackson</td>

   

 </tr>

 <tr>

   <td>John</td>

   <td>Doe</td>

   

 </tr>

</table>

<br>

<h3>come one and come All</h3>

</body>

</html>                            

</body>

</html>

Similar questions