Tag Archives: client-side

Can HTML, CSS and JavaScript create a website?

HTML, CSS, JavaScript coding

Short Answer: Yes, for a basic website, you actually just need HTML and CSS to build it. If you want something that talks to the server - i.e. for posting comments, a login system, etc. - you also need something like PHP and MYSQL for a database. Or you can just use a website builder like UltimateWB that does the coding for you.

Long Answer:

Yes, HTML, CSS, and JavaScript are the fundamental technologies used to create and build websites.

... Continue reading
Posted in Ask David! | Tagged , , , , , , , , , | Leave a comment