Question. 1
Create a website using html5 and CSS using any 4 css properties. Write a code for 2 separate pages having different file name such first page as in- dex.html, 2nd page as page2.html as form.html. Use any theme such as college profile or company profile etc. Every page must contain proper Meta information and design webpage as follows-
The index page must contain a heading which is highest among other text on pages and must be at center of the page. There must be a paragraph which introduces general information about the theme chosen must have at least 3 physical style tags and one image with alternate text. This page must be connected to other two pages with proper navigational links.
The 2nd page must contain the feedback or enrollment form related with theme chosen with feature of html5. The form must contain text element and email address of the company or person .Include the submit button.
Coding for the following question:-
Pages . 1
<html>
<head>
<title>College Profile</title>
<style>
Body
{
background-color:powderblue;
}
h1
{
color:blue;
text-align:center;
text-decoration:underline;
}
p
{
font-weight:bold;
color:red;
font-style:100;
}
</style>
</head>
<body>
<h1><b>KES Shroff Junior College of Arts & Commerce</b></h1>
<p><font size="6">
<tt><i>
KES Shroff College of Arts and Commerce is affiliated to University of Mumbai,
it is one of the best organization in the mumbai suburbs. KES was established in the year 1989 & it is managed by Kandivali Education Society. Various Degree, Diploma and UnderGraduation courses are conducted by the college. College received the <mark>'BEST COLLEGE AWARD'</mark> from Mumbai University in year 2017.
</i></tt></font>
</p><br><br>
<center><img src="kes.jpg" height="250" width="550" border="3" alt="College Building"><br><br>
<h3><a href="page2.html">Click here to fill Form</a></h3></center>
</body>
</html>
Page . 2
<html>
<head><title>college profile 2</title>
<style>
Body
{background-color:powderblue;
}
h1
{
color:blue;
text-align:center;
text-decoration:underline;
}
</style>
</head>
<body>
<h1><b>KES Shroff Junior College of Arts & Commerce</b></h1>
<form>
<h2 align=center>Enrollment Form</h2>
Name <input type="text"><br><br>
Email <input type="email"><br><br>
<input type="Submit" value="Submit">
</form>
<center><h3><a href="page1.html">Home page</a></h3></center>
</body>
</html>
Output for following codes:-
Page No 1 |
Page No 2 |
Plzz do SOP 3/chp 4 of class 12th HSC
ReplyDeleteSuperb
ReplyDeleteDhanyawad
ReplyDelete