开发者

Usage of Web Template in JSP Form

I have designed few JSP forms and I am in need of integrating any web template in that JSP form.

I am a beginner in JSP and I am completely unaware of such web templates usage in JSP.

Any sort of explanation/sources that would help me in proceeding with my task w开发者_StackOverflow社区ould be of great help.

Thanks everyone in advance. Waiting for your helpful replies.

UPDATE

Also let me know model web templates that can be downloaded from net. My ultimate aim is to present my JSP form in a good way.


This is completely unrelated to JSP. JSP just offers a way to control the HTML/CSS/JS output programmatically using Java. All the browser gets and understands is HTML/CSS/JS. You control markup with HTML. You control style (look'n'feel) with CSS. You control progressive enhancements with JS.

So, the real answer is: use CSS.

References:

  • CSS tutorial
  • CSS reference
  • CSS best practices
  • CSS web design for Dummies

Related questions:

  • What's the best CSS framework?
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜