Is learning html,css and JavaScript are sufficient to create a website which provides only text based information?. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is learning html,css and JavaScript are sufficient to create a website which provides only text based information?.

I want to create a website which provides only text based information like stories, etc. .,.Now I learned fundamentals of HTML,html5,CSS.And I am going learn JavaScript. Is these languages are sufficient to run my website successfully.

13th Mar 2017, 6:33 AM
Charan Kumar Reddy
Charan Kumar Reddy - avatar
3 Answers
+ 5
for text-only websites, html and css are sufficient.
13th Mar 2017, 6:43 AM
Mario L.
Mario L. - avatar
+ 1
More than enough. You probably won't even need Javascript, but it never hurts to learn JS, just incase you need to manipulate some elements on your websites (clickable buttons, drop down menus, etc).
13th Mar 2017, 10:05 AM
Aarthi Sri
0
Simple said. HTML - Makes the websites (Static) CSS - Is like a makeup for your site, it makes it beautiful an you can select and control where things are (images, boxes, text etc) Javascript - Makes it Interactive (Countdowns, or when people click buttons etc) Jquery - This is a library (or an API) so if you know Javascript you can use things to make AJAX (Like not reloading the page when you click on a box and get a pop up) PHP - This makes use of HTML but you can make thins Dynamic with the use of databases and MySQL (So a user log in to the site, it gets checked if the user exists in the databases or displayed user only information)
13th Mar 2017, 7:38 AM
Simen Daehlin
Simen Daehlin - avatar