HTML Source Code
HTML Source Code
Output:
Email:
Password:
<html>
<head>
<title>Multiple Frames Example</title>
</head>
<frameset cols="50%, 50%">
<frame src="frame1.html" />
<frame src="frame2.html" />
</frameset>
</html>
2b
<!DOCTYPE html>
<html>
<head>
<style>
h1, h2 {
padding: 0.5em;
border-style: groove;
margin: 0.5em;
}
</style>
</head>
<body>
<h1>Welcome to Web Technologies</h1>
<h2>This is HTML page</h2>
</body>
</html>
This is paragraph 1
This is paragraph 2
This is paragraph 3
This is paragraph 4
This is paragraph 5