Computer Science, asked by rakeshmohankali, 1 year ago

what are the features of html


sweetakshi9: u mean html5?\
rakeshmohankali: yes
sweetakshi9: ok thanx... nw im nt able to write answer....
rakeshmohankali: ok

Answers

Answered by sukhetha
2
There are several articles that list some important upcoming features of HTML5, which can work on certain browsers. This tutorial for the web developer will show you how you can use certain features of HTML 5 NOW!HTML 5 features which are useful right now include:Web Workers: Certain web applications use heavy scripts to perform functions. Web Workers use separate background threads for processing and it does not effect the performance of a web page. Video: You can embed video without third-party proprietary plug-ins or codec. Video becomes as easy as embedding an image. Canvas: This feature allows a web developer to render graphics on the fly. As with video, there is no need for a plug in. Application caches: Web pages will start storing more and more information locally on the visitor's computer. It works like cookies, but where cookies are small, the new feature allows for much larger files. Google Gears is an excellent example of this in action. Geolocation: Best known for use on mobile devices, geolocation is coming with HTML5. If you want to know if any of the above features works on a given browser, you can test for it through Modernizer. This small JavaScript library is good for detecting CSS3 as well. From the Modernizer web site, "Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML 5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies."The Modernizer syntax is intuitive:.multiplebgs div p { /* properties for browsers that support multiple backgrounds */ } .no-multiplebgs div p { /* optional fallback properties for browsers that don't */ }

rakeshmohankali: not better sukhetha but thanks
Answered by Anonymous
2
features of hml were as follows:


                                   '''''''''''features'''''''''''
Web Workers: Certain web applications use heavy scripts to perform functions. Web Workers use separate background threads for processing and it does not effect the performance of a web page.Video: You can embed video without third-party proprietary plug-ins or codec. Video becomes as easy as embedding an image.Canvas: This feature allows a web developer to render graphics on the fly. As with video, there is no need for a plug in.                                                          plz mark it besta

rakeshmohankali: thanks
npratap564pratap: it is static mark up language
npratap564pratap: and all the tags are predefined tags in html
Similar questions