+ 9
Can we make a webpage only using HTML and CSS ?
I am going to develop my own site and I am only familiar with HTML and CSS.Is it really necessary that I must know JS to develop my site?
37 ответов
+ 23
HTML and CSS makes great websites as far as static pages are concerned. JavaScript adds polish and helps you handle events that require the page to change on the fly. If you do not want to learn JavaScript or jQuery you m ight consider using a framework such as Bootstrap, which handles them for you in some cases.
Also, no JS means that the page cannot make any "decisions" - your content is static which means if you write something like a blog you have to copy, paste, and fill the template for each page. In a long run you don't want that because if you decide to change something on the interface - say, you want to add new item to the navigation bar - now you have to go and change it everywhere one by one. A remedy for that particular pain is having a sone logic in your code which loads data to a single template based on paeameters like IDs. For that you can use client side or server side JavaSctipt, or programming languages like PHP, Python, Ruby, or C#
So yes, you can make a website with no JS. It should do fine for small website with little content like landing pages or simple portfolios. But if you want to wow people or have some dynamic content you need to think about learning JS.
+ 14
Yes
+ 6
You can learn SCSS!
+ 5
Yes, you can. JS makes your website kinda more interractive but u can totally do without. Start from the bottom bro.
+ 5
Yes. It's perfectly OK if you're not going to need an interactive page.
+ 5
Yes you can make a website with HTML and CSS but you will lacking in JAVA SCRIPT if you need add the interactive to your website
+ 4
I think you can, JS is used to make it interactive as to my knowledge, I am not very sure as I am a beginner as well
+ 4
Javascript is needed for interactivity with site users. Apart from that alone HTML and CSS would make a great site
+ 4
you can make Static websites using css and html
+ 3
Can I use PHP instead of Javascript?
+ 2
you can do drop-down menu using css and html.
+ 2
yes you can, there has lot of nice website using html & css. But unfortunately it will be a static website, that means not dynamically move/change.
+ 2
html are css are for making the place look cool , but Javascript make the whole thing come to life, its just another language that you wish would have learned years ago. get stuck into it and find the fun
+ 2
cool
+ 2
yes you can
+ 2
Yes, you can but you would have static web pages, i.e., you would get the same view each time you would open the page.....
+ 2
using only HTML nd CSS gives u space to create a static webpage with ultimate styles , with look and feel feature, it is advisable to also create a webpage using JavaScript, for an interactive webpage !
+ 2
Yes you can but but the web site is not dynamic
+ 2
you must learning JS to make your interactive Website user
+ 1
Yes