Must CSS be used in a web design. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Must CSS be used in a web design.

html

22nd Jul 2020, 11:10 PM
Udochukwu
35 Answers
+ 10
Udochukwu without CSS or SCSS or SASS there would be no color, size or shape,,, there would be a transparent screen and standard neutral black lettering. Yes even Javascript calls up style, height, width, and so on from CSS standards. As Martin Taylor demonstrated the only real exception to non-css is the h-tags.
22nd Jul 2020, 11:32 PM
BroFar
BroFar - avatar
+ 9
It's is possible to create html only pages ,it's not mandatory to use css or js. like Exampl:https://code.sololearn.com/Wk2555Fu0Xxn/?ref=app
23rd Jul 2020, 3:25 AM
Syedha
Syedha - avatar
+ 8
Martin Taylor and Kode Krasher atleast we are not driving back to see the old billboard codes of yesteryear. [color=red]Bro[/color] [color=yellow]Far[/color] [color=Orange]Ops[/color] - or [color=#424242]Creations[/color] or like this [style color="red"]Bro[/style] [style color="yellow"]Far[/style] [style color="orange"]Ops[/style] [style color=#242424]Creations[/style] and everything was coded inline [url=https://www.sololearn.com/] SoloLearn [/url]
23rd Jul 2020, 12:51 AM
BroFar
BroFar - avatar
+ 6
i know but,if you want to design then css or js can be used otherwise make simple web with html ,I said like this 😛
23rd Jul 2020, 6:57 AM
Syedha
Syedha - avatar
+ 6
Here is an example of a HTML-only page I created months a go. It looks good to me even without CSS. https://code.sololearn.com/WN29WmvHaqfN/ There is some CSS but if you remove the CSS the page still looks good. But there is no technical reason not to use CSS in your pages. All browsers still in use support basic CSS 2
23rd Jul 2020, 7:48 AM
Ore
Ore - avatar
+ 4
Kode Krasher Thanks 😉
23rd Jul 2020, 12:07 PM
Ore
Ore - avatar
+ 4
Yes..not because they Can't work without CSS. But because they look no color and don't look so attractive..even if we don't use too much styling, but we still need CSS to style the structure of our website, for ex appropriate header, card, and much more... You can use pure CSS html or you can use framework CSS for something easier, like bootstrap or something else which focus more on their classes. So they already got styling when we put some class in our element. But still that's implementation from CSS and it's a must to make your web beautiful P.s : don't forget to add JavaScript for animation and smooth effect in your website
23rd Jul 2020, 3:38 PM
Noviyana
Noviyana - avatar
+ 4
If u want colour full pages Animations attractive then used css
23rd Jul 2020, 5:55 PM
SurajGuptaOnline
SurajGuptaOnline - avatar
+ 4
It's not mandatory, but it can add some effects that you would love in your webpage. So it's not a must, but it's good to use
23rd Jul 2020, 8:19 PM
SB5K
SB5K - avatar
+ 3
Did you perl or php with bbcode ? I did both... Kode Krasher
23rd Jul 2020, 1:33 AM
BroFar
BroFar - avatar
23rd Jul 2020, 3:50 AM
Thimuthu Pamuditha
Thimuthu Pamuditha - avatar
+ 3
You need to use css. It is Mandatory because styling is required for the responsive design.
23rd Jul 2020, 6:34 AM
Nar Bdr Kharka
Nar Bdr Kharka - avatar
+ 3
It is modular and reusable as .css file ...
23rd Jul 2020, 12:35 PM
Sanjay Kamath
Sanjay Kamath - avatar
+ 3
It actually depends on the writer of the code
23rd Jul 2020, 1:38 PM
Precious
Precious - avatar
+ 2
Noviyana Nicely explained 👍. Just one thing, animations and smooth effects is not a reason to use JavaScript. CSS is well equipped for that too.
23rd Jul 2020, 3:50 PM
Ore
Ore - avatar
+ 2
It's highly recommended. I've had glitches where a website loads without CSS, then I refresh and it's like an entirely new page
23rd Jul 2020, 4:05 PM
Clueless Coder
Clueless Coder - avatar
+ 2
It depends what topic or what type of website creativity you want see in your web page.
24th Jul 2020, 3:39 AM
Priyanshu Khare
Priyanshu Khare - avatar
+ 2
Yes it is if you want to make your website look good
24th Jul 2020, 6:47 AM
(⌐■-■)
(⌐■-■) - avatar
+ 2
For your html to look good you better use CSS and javascript
24th Jul 2020, 12:21 PM
Welford Kuthakwaanthu
Welford Kuthakwaanthu - avatar
+ 2
You can code in html without css. For simple codes when learning only. Work hard to learn both including the javascript for a super web design
24th Jul 2020, 7:06 PM
Michael N Kamau
Michael N Kamau - avatar