Java Techies- Solution for All
HTML5 Index
HTML 5 have many more functionalities rather than HTML 4.0 and XHTML.
HTML 5 still updating and only some of Browsers can support HTML 5 tags.
Learn More ... |
1.2 HTML5 FeaturesHTML 5 introduces a number of features that helps in preparing a up-to-date websites.
Learn More ... |
HTML5 have tags which introduced for better structure of the webpage.
Learn More ... |
1.4 HTML5 SyntaxHTML5 syntax has slight of change from HTML4.0 thus the syntax may be change . But HTML5 have very simple syntax rather than HTML.
Learn More ... |
HTML5 deprecated some tags to better use of HTML and also internet use. HTML5 removes some tags and rewritten.
Learn More ... |
1.6 HTML5 TagsHTML5 have number of tags which listed on this page.
Learn More ... |
1.7 HTML5 AttributesAn HTML attribute is a modifier of an HTML element.
HTML attributes generally appear as name-value pairs, separated by "=", and are written within the start tag of an element, after the element's name.
Learn More ... |
Attribute usage make style better than anything. Leaving attribute values unquoted is considered unsafe.
Learn More ... |
In HTML5 event attribute used to handle Event.just like click on button, mouse over event to show tool tip.
Learn More ... |
HTML5 have new form attribute to overcome the java script written code problem. Like autocompleter, autofocus.
Learn More ... |
HTML5 <input> Element used to take input from users as many forms like Text, Number, Email, Image etc.
Learn More ... |
1.12 HTML5 <form> ElementHTML5 <form> Element used to transfer data to server.
Learn More ... |
1.13 HTML5 <audio> TagHTML5 <audio> tag is used to stream audio files on the html page.
Learn More ... |
1.14 HTML5 <video> TagHTML5 <video> tag is used to play video on the web very easily.
Learn More ... |
1.15 HTML5 <canvas> TagHTML5 <canvas> Tag is used to draw images, Rectangles and many shapes on the web.
Learn More ... |
1.16 HTML5 SVG ElementHTML5 SVG Element is used to draw scalable, resizable images on the web.
Learn More ... |
1.17 HTML5 GeolocationHTML5 Geolocation feature is more useful for users to find their geographical position.
Learn More ... |
1.18 HTML5 Drag and DropHTML5 Drag and Drop used to move items one place to another on the webpage.
Learn More ... |