Computer Science, asked by harjas33, 1 year ago

please write the HTML code for the following and send as soon s possible it's urgent​

Attachments:

Answers

Answered by muditkashyap786
1

<!DOCTYPE html>

<html>

<head>

<title>Sunny Skies Elementary School</title>

<meta charset="utf-8">

  <meta name="description" content="This web Page Developed By Mudit Kashyap.">

 <meta name="keywords" content="">

 <meta name="author" content="Mudit Kashyap">

 <meta name="viewport" content="width=device-width, initial-scale=1.0">

</head>

<body>

<style>

 .header h1{

  text-align: center;

 }

 .header p{

  text-align: center;

 }

 

</style>

<div class="header">

<h1>Welcome</h1>

<p><b>to Sunny Skies Elementary School</b></p>

<Br><br>

<center><img src="https://www.whitneycareerguidance.com/wp-content/uploads/2018/08/college-just-ahead.jpg" width="55%"></center>

<p align="justify" style="margin-left: 25px; margin-right: 25px;">Welcome to Sunny Skies Elementary School. We are strongly committed to the success of our students. Commonly requested information has been digitized and made available on our site. We encourage your feedback as we strive to improve our school.</p>

</div>

</body>

</html>

Similar questions