-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusefullinks.html
29 lines (29 loc) · 1.15 KB
/
usefullinks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Useful Links</h1>
<h3>My Useful Links:</h3>
<ul>
<li><a href="https://devdocs.io/">Developer Documentations</a>
<li><a href="https://www.w3schools.com/default.asp">w3 schools</a>
<li><a href="https:/www.stackoverflow.com">Stack Overflow</a>
</ul>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<label><h3>Your Useful Links:</h3></label>
<label>Link:</label>
<input type="text" name="Your Useful Link(s)"><br><br>
<label>Email:</label>
<input type="email" name="Your Email"><br><br>
<label>Message (optional):</label><br><br>
<textarea name="Your Message" id="" cols="30" rows="10"></textarea><br><br>
<input type="submit">
</form>
</body>
</html>
<!--git hub password muppetrocks2000-->