Thursday, November 28, 2013

HTML Amazing

HTML Amazing

Differences Between HTML and XHTML

In HTML, the <input> tag has no end tag.

In XHTML, the <input> tag must be properly closed, like this <input />.

Here is how to mark deleted text: blue and inserted text: red!


Want to see what HTML can do?

HTML can do a lot of fun things
Your Birthday:
Select your favorite color:

Form with a dropdown box.

Personal information: Name:
E-mail:
Date of birth:

If you click the "Submit" button, the form-data will be sent to a page called "html_form_action.asp".



No comments:

Post a Comment