This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What should I use to design web pages ? HTML or JSP ,I don't know much about jsp. Is it compulsory to learn jsp?
05-20-2014, 07:29 PM
Post: #1
What should I use to design web pages ? HTML or JSP ,I don't know much about jsp. Is it compulsory to learn jsp?

Ads

Find all posts by this user
Quote this message in a reply
05-20-2014, 07:36 PM
Post: #2
 
no it's not. use HTML for static pages, if you want to create dynamic websites I'd recommend learning PHP

Ads

Find all posts by this user
Quote this message in a reply
05-20-2014, 07:49 PM
Post: #3
 
HTML is required for every single web page.
CSS is highly recommended for styling and for layout of web pages.
There are many different versions of HTML; I suggest that you start with HTML5.

JSP has Java mixed with HTML. The Java runs on the web-server and the HTML is delivered to the client to be displayed in a web browser, such as FireFox, Google Chrome, etc.

To design your web pages, you can either type in the HTML codes yourself, or you could design your web pages with a WYSIWYG (what-you-see-if-what-you-get) editor. The advantage of hand-coding your pages is that then you can do anything that is possible. The advantage of using a WYSIWYG editor is that the learning curve is shorter and for simple sites, it takes less time.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)