+ 4

Can I create a website without using JavaScript?

I need to create a website but I have no idea on JavaScript, so I thought maybe its possible to create a site without any JavaScript

30th Jun 2017, 10:52 AM
Muhammad Tajudeen
Muhammad Tajudeen - avatar
11 Réponses
+ 1
Take a look my mockup app. Design only using HTML and CSS. Not yet add Javascript. This is what HTML/CSS can do. https://code.sololearn.com/WE6a4llbDxaW/?ref=app
30th Jun 2017, 2:08 PM
Calviղ
Calviղ - avatar
+ 5
absolutely. some people even disable javascript in their browsers.
30th Jun 2017, 10:53 AM
Ahri Fox
Ahri Fox - avatar
+ 2
you can create a website without even html, a basic text in html file, no html tags just plain text. and the browser will do the rest for you! * with html5 a lot of stuff is possible nowadays!
30th Jun 2017, 10:57 AM
Mohamed Mohamedy
Mohamed Mohamedy - avatar
+ 2
I want the site to be a responsible one... with photos on it.... to go straight to the point, I wanna create an online voting system that involves photos of the contestants
30th Jun 2017, 11:00 AM
Muhammad Tajudeen
Muhammad Tajudeen - avatar
+ 2
how would transfer the user vote " the client status" to you "the server" ? you need a back-end language.
30th Jun 2017, 11:03 AM
Mohamed Mohamedy
Mohamed Mohamedy - avatar
+ 2
To process and record any user input, you will want to use something server side. Client side, you *could* do it with a basic HTML form, and no Javascript. But you will need something to receive the form data. Javascript is very useful for validating HTML form data before it is send to the server, which helps provide security, at a minimum.
30th Jun 2017, 11:33 AM
Eric Hendrix
+ 2
Basically you could create or duplicate any existing websites in HTML and CSS only, the layout could be as good as most of the online websites. However without using Javascript, you could only have the aesthetic of the layout, it's just static images and text with limited animation. There is no interactive action between visitors and website, no data update, no design manipulation, no logical functions run on the website.
30th Jun 2017, 12:11 PM
Calviղ
Calviղ - avatar
+ 1
You can make a static site without Scripting language but you can't make people vote without JavaScript
30th Jun 2017, 11:03 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 1
Yeah create the site with HTML & CSS. And to make it responsive use CSS media queries to target large, medium and small screens. e.g /* large screen*/ @media (min-width: 700px) { // code logic goes here }
30th Jun 2017, 11:07 AM
Benneth Yankey
Benneth Yankey - avatar
0
You can create a site with basic HTML only if you wish
30th Jun 2017, 10:53 AM
LordHill
LordHill - avatar
0
I think that js has a lot of different helpful options. And for my opinion it's easier to use JavaScript to code an animated menu for example.
30th Jun 2017, 8:14 PM
Artur Shatailo
Artur Shatailo - avatar