Page 415 - Webapplication11_C11_Flipbook
P. 415
</div>
</body>
</html>
Output:
15. Write HTML code to create the following webpage:
A1.html
B.html
A2.html
Ans. <html>
<head>
<title>HTML Frames</title>
</head>
<frameset cols = "20%,80%">
<frame name = "first" src = "B.HTML">
<frameset rows = "50%,50%">
<frame name = "second" src = "A1.HTML">
<frame name = "third" src = "A2.HTML">
</frameset> </frameset>
</html>
16. Learn to create a parallax effect! Try out the following code:
Ans. <html>
<head>
<style>
.parallax {
Practical Work 413

