/Check out a dating Web site sample source code. Helpful for beginners learning web development./
<title>HTML Webpage</title> <style> fieldset{ background-color:lightyellow; border:10px solid yellow; margin-bottom:10px; width:720px; } label{text-align: right;
display: inline-block;
width:180px;
} label:hover { font-size:40px }
textarea{ width: 360px; height: 50px; } #methodsofcontact{ width:auto; } .indi{ position:relative; top:-10px; background-color:red; } </style>
Your Face Your Image:Image perview: Your General Details Name:
Gender: Male Female
Age:
Date of Birth:
Favourite Color:
Nationality: Indian Chinese Russian Australian Spanish None of the above
Your Indicators Height: ShortTall
Salary: LowHigh
Your Contact Information Email:
Mobile No.
Address:
<textarea rows="3" cols="60" name="Address">
Please enter your Address here
</textarea>Methods Of Contact Email: Whatsapp: In-appchat: <script src="https://www.cse.ust.hk/~rossiter/dating_web_site.js"></script>
</body>