38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
<<<<<<< HEAD
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Week 3 Class 1</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Week 3 Class 1</h1>
|
|
<p>Enter some details</p>
|
|
<input id="firstNameBox" type="text" placeholder="First Name">
|
|
<input id="lastNameBox" type="text" placeholder="Last Name">
|
|
<input id="ageBox" type="number" placeholder="Age">
|
|
<input id="passwordBox" type="password" placeholder="Password">
|
|
<button type="submit" onclick="showDetails()">Submit</button>
|
|
<p id="detailsLabel">Entered Details: </p>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
=======
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Week 3 Class 1</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Week 3 Class 1</h1>
|
|
<p>Enter some details</p>
|
|
<input id="firstNameBox" type="text" placeholder="First Name">
|
|
<input id="lastNameBox" type="text" placeholder="Last Name">
|
|
<input id="ageBox" type="number" placeholder="Age">
|
|
<input id="passwordBox" type="password" placeholder="Password">
|
|
<button type="submit" onclick="showDetails()">Submit</button>
|
|
<p id="detailsLabel">Entered Details: </p>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
>>>>>>> a2ad5843006c62096be10203d3f91faa39f365fb
|
|
</html> |