+ 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.
3 Antworten
+ 5
for text-only websites, html and css are sufficient.
+ 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).
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)