1. 1
  2. 2
  3. 3
  4. 4






Latest Posts

Thursday, 2 June 2016

Write a html code to create the following output.

Write a html code to create the following output.

Bharat
<html> <title>Registrationforms</title> <body bgcolor="9966FF"><center> <form method="post" action="secondpg.html"> <label><font size="8" face="Cooper" color="FFFFFF">Please Complete your details</font></label> <p><br> <br> <br> <input type="email" size="45" placeholder="Your E-mail address"> <br> <br> <input type="textbox" size="45"
Design a student registration form such that which include all input types of HTML form.

Design a student registration form such that which include all input types of HTML form.

Bharat
<html> <head> <title>Student Registration Form</title> <style type="text/css"> h3{font-family: Calibri; font-size: 22pt; font-style: normal; font-weight: bold; color:SlateBlue; text-align: center; text-decoration: underline } table{font-family: Calibri; color:white; font-size: 11pt; font-style: normal;
Write a HTML code to generate following output with form controls.

Write a HTML code to generate following output with form controls.

Bharat
<html> <title>form.html</title> <body> <form method="post"> <label><b><font size="+5">Welcome to form</font></b></label><br> <label><b>First Name:</label><br> <input type="text" size="20" placeholder="Enter your First Name"><br> <label><b>Last Name:</b></label><br> <input type="text" size="20" placeholder="Enter your Last Name"><br> <label><b>Sex:&nbsp;Male<input

Popular Course

  • HTML
  • CSS
  • Javascript
  • jquery
  • Mysql
  • Php