HTML form complete
This commit is contained in:
parent
4c22492ea2
commit
353c4b3596
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<form id="register">
|
||||||
|
<label for="mail">Email address</label>
|
||||||
|
<input type="email" id="mail" name="email" />
|
||||||
|
<input type="submit" />
|
||||||
|
</form>
|
||||||
<footer>
|
<footer>
|
||||||
UL Computer Society 2023-<span id="year">2023</span>
|
UL Computer Society 2023-<span id="year">2023</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue