-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathone.html
More file actions
20 lines (19 loc) · 775 Bytes
/
Copy pathone.html
File metadata and controls
20 lines (19 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="class of.css">
</head>
<body>
<h2>WHAT METHOD OF TEACHING DO YOU PREFER FOR YOUR UNDERSTANDING </h2>
<h2>WHAT SHOULD THE INSTITUTION DO TO IMPROVE BETTER UNDERSTANDING OF STUDENTS </h2>
<TEXtarea placeholder="What's on your Mind"></TEXtarea><br>
<a href="code.html"><button>Previous</button></a>
<a target="_blank" href="two.htm"><button style="background-color: mediumseagreen;width: 100px;
height: 30px;border-color: rgb(134, 102, 102);">Next</button></a>
<script src="app.js"></script>
<script src="mon.js"></script>
</body>
</html