creats a simple web site that allows users to sign up and create an account. Inc
ID: 3696956 • Letter: C
Question
creats a simple web site that allows users to sign up and create an account. Include HTML coding for the web page itself, as well as form fields. It doesn't have to be perfect or too fancy; Must include coding and screenshots for:
1. Home page with general info with a short description of what we do (similar to Validic)
2. A sign-up form
3. The social media page which would just need a place to type a message, and a "submit" button.
The submit button doesn't have to actually do anything; just show how a functioning site would work.
Explanation / Answer
<html>
<body>
<form id="form1" method=POST action="info_form.html">
<center>
<BR>
<BR>
Enter Name
<input type="Text" name ="t1" size =20> <BR>
Enter E-mail
<input type="Text" name ="t2" size =20> <BR>
Enter Mob.
<input type="Text" name ="t2" size =20> <BR>
<input type="submit" name "b1">
</center>
</form>
</body>
</html>
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.