+ 6
Must CSS be used in a web design.
html
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.
+ 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
+ 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]
+ 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 😛
+ 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
+ 4
Kode Krasher Thanks 😉
+ 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
+ 4
If u want colour full pages
Animations attractive then used css
+ 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
+ 3
Did you perl or php with bbcode ? I did both... Kode Krasher
+ 3
You need to use css. It is
Mandatory because styling is required for the responsive design.
+ 3
It is modular and reusable as .css file ...
+ 3
It actually depends on the writer of the code
+ 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.
+ 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
+ 2
It depends what topic or what type of website creativity you want see in your web page.
+ 2
Yes it is if you want to make your website look good
+ 2
For your html to look good you better use CSS and javascript
+ 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