Skip to content
Open
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
12 changes: 6 additions & 6 deletions assaigment.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Formula</title>
<title>Form</title>
</head>
<body>
<h1>Please awnser the formula completely</h1>
<h1>Please answer the form completely</h1>
<label>This is a form to get to know you better</label>
<form>
<fieldset>
Expand All @@ -15,15 +15,15 @@ <h1>Please awnser the formula completely</h1>
</strong>
</label>
<input
type="name"
type="text"
value=""
maxlength="20"
size="35cm"/>
size="20"/>
</p>
<p>
<label>
<strong>
Please discribe yourself:
Please describe yourself:
</strong>
</label>
<br>
Expand Down Expand Up @@ -58,7 +58,7 @@ <h1>Please awnser the formula completely</h1>
<input type="checkbox" name="check" class="check">Online
</p>
<br>
<label for="movies">What genre is your favorite?</label>
<label for="movies">What genre is your favourite?</label>
<br>
<select size="5">
<option style="background-color:#ff0000"value="Action">Action</option>
Expand Down