Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<html>
<head>
<title>FORM</title>
<caption><h1>REGISTRATION FORM</h1></caption>
<body>
<form>
<label>first name</label>
<input type="text">
<label>last name</label>
<input type="text">
<br>
<label>gender</label>
<label for="male">male</label>
<input id="male" name="gender" type="radio">
<label for="female">female</label>
<input id="female" name="gender" type="radio">
<label for="other">other</label>
<input id="other" name="gender"type="radio">
<br>
<label>e mail address </label>
<input type="text">
<label>password</label>
<input type="password">
<br>
<label>birthday</label>
<input id="start" type="date"
name="trip-start" value="min="01-01-1950"max="">
<br>
<p>
<label>i agree with the terms and conditions</label>
<input type="checkbox">
</p>
<br>
<span class="error"></span>
<input type="submit">
</form>
</body>
</head>
</html>
11 changes: 11 additions & 0 deletions html.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>
<head>
<title>fabi</title>
</head>
<body> <img src="Snapchat-2022796755.jpg" width="300"height="400">
<h3>FATHIMA HASBI</h3>
<P>BRANCH:COMPUTER SCIENCE <BR>YEAR:THIRD
</P>
<P>My intention on joining fi pro challenge is to develop any skill before I complete Btech</P>
</body>
</html>
34 changes: 34 additions & 0 deletions table.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<html>
<head> <title>TABLE</title>
<caption><h1>SOCIAL MEDIA PLATFORM</h1></caption>
<body bgcolor="759192" background="white">
<table border="2">
<tr>
<th>names</th>
<th>logos</th>
<th>link to the account</th>
</tr>
<tr>
<td text align="center">INSTAGRAM</td>
<td><img src="insta.jpg" width="50"height="50"></td>
<td><a href="https://www.instagram.com/__.f_a_b_i.__/">click</a></td>
</tr>
<tr>
<td text align="center">WHATSAPP</td>
<td><img src="wtsp.jpg" width="50" height="50"></td>
<td><a href="https://wa.me/+917591928999/">click</a></td>
</tr>
<tr>
<td text align="center">LinkedIn</td>
<td><img src="linkedin.jpg"width="50"height="50"></td>
<td><a href="https://www.linkedin.com/in/fathima-hasbi-k-k-4951201b4/">click</a></td>
</tr>
<tr>
<td text align="center">github</td>
<td><img src="github.jpg"width="50" height="50"></td>
<td><a href="https://github.com/FathimaHasbiKK">click</a></td>
</tr>
</table>
</body>
</head>
</html>