Skills required to develop html5 application [closed] - html

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
what are the skills combination required to develop html5 application ?

HTML and javascript. If you want it to be pretty CSS would be helpful. And if you want it to be more dynamic a server side language is a must.
Personally I like Dive Into HTML5 very much.

This would be HTML5...

HTML5, Javascript and CSS.

Programming and a bit of design.

Related

defining mostly used class names [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a silly question but while coding a web page I'm confuse a little time defining the css class name. Would anyone provide me mostly used css class names so that I could not hesitate while making pages.
It would be okay if I got mostly used class while layout page.
I think some css-naming-conventions will help :)
you may start here and search google for more :
http://sixrevisions.com/css/css-tips/css-tip-2-structural-naming-convention-in-css/

Creating tabs in HTML only [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is there is a basic way to create multiple content tabs in an HTML page without CSS and/or Javascript and/or JQuery?
I do not think it is possible. JQuery would be my best bet at doing it since implementation is easy. you can have a look at JQUERYUI. There are other javascript library that can help you easily achieve what you want. My next choice would be CSS

What features of HTML5 can I use right now? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Any suggestions which feature can I use for simple web pages?
It really depends on how advanced you plan on making your website. Generally speaking most of the real browsers (NOT IE) support most of the html 5 elements.
Have a look at http://html5readiness.com/ to see what elements are supported by which browsers.
You can use new HTML5 tags which make markup more semantic. In order to get started right away, use this Initializr - HTML5 templates generator
http://caniuse.com is specifically designed to answer your question.

How to equal Browser capability between Ie8 & Ie7 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How do I equal Browser capability between Ie8 & Ie7? How do I solve this problem?
Use one of these: CSS reset, Blueprint CSS, Reset CSS
This resource on HTML5 Cross Browser Polyfills should point you in the right direction.
I personally like to use dean edwards scripts: http://code.google.com/p/ie7-js/

not able to solve markup problem [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
http://validator.w3.org/check?uri=http%3A%2F%2Fratingscorner.com%2Fproduct_rating.php%3Falias%3DPeoples-Education-Society-Institute-of-Technology-%28PESIT%29-100-feet-Ring-Road-Bangalore%26product%3DColleges&charset=%28detect+automatically%29&doctype=Inline&ss=1&outline=1&group=1&No200=1&verbose=1&st=1&user-agent=W3C_Validator%2F1.767
have fixed most of the errors . but could not fix the » problems ...if any1 can help it will be helpful for me.
The W3C Validator has some more or less serious flaws. On your page, it detect » as an ending > ... which it isn't. I suggest you download Total Validator, which is a way more standard compliant validator. You'll see a great difference.