5. Create two html pages about your school and link them. [6 Marks]
a. Insert a background image in first page.
b. Horizontal line at the top and bottom in both the page.
c. A paragraph about the school in second page.
Answers
Answered by
1
Just open it you will fond the answer
Attachments:
Answered by
0
The Html (Hypertext Markup language) page about your school and link is as follows;
<HTML>
<head>
<title>My School Web Page</title>
</head>
<body bgcolor="blue">
<h1 align ="center"> My School Web Page </h1>
<hr align="left" width="80%" color="yellow">
<img src="pic1.jpg">
<ol type="i">
<li>SHIVANK</li>
<li>SARTHAK</li>
<li>SANYAM</li>
</ol>
</body>
</HTML>
Similar questions