| Author |
HTML5 and JSP
|
Gallen Thomas
Greenhorn
Joined: Aug 15, 2010
Posts: 13
|
|
Hello Everyone,
I am new with JSP and HTML5.
Does anyone have a simple HTML5, CSS3 and JSP example page that i can run and follow? I can't get mind to work and I am thinking jsp and html5 does not mix? I tried to attached my files (jsp page, css3) but javaranch wouldn't let me.
Thanks in advance
Gallen
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56157
|
|
JSP knowns nothing about HTML at all. Nor JavaScript. Nor CSS.
All the HTML, JavaScript and CSS markup in a JSP template is just template text and is not processed or parsed in any way by the JSP engine. It could be Swahili for all the JSP translator cares. So whether the template text contains HTML5, or HTML4, or random keystrokes caused by an iguana walking over the keyboard doesn't matter one iota.
So no, whatever your problem is, it isn't the use of HTML5. The problem lies elsewhere.
Please read this article for more info on how JSP works.
Describe the problems you are having, and post the relevant code sections (be sure to UseCodeTags).
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: HTML5 and JSP
|
|
|