+ 3
Why there is no tag in HTML like <CSS> ? Can anyone tell me why we use <style> tag instead of <CSS>...???
These technical Questions only a Genius can guess...
12 Antworten
+ 24
Lol...Genius?... Buddy you lost me there.. ~_~
+ 13
maybe because CSS is developed long after HTML take off or
maybe it is mean to be developed separately from the main HTML (web page) structure or
maybe i am not Genious.
+ 11
there are more styling languages than just css, but css is the most used and therefore standard.
https://en.wikipedia.org/wiki/List_of_stylesheet_languages?wprov=sfla1
+ 8
Wow! It's a question which has an answer but I suppose he died long ago who knew the answer. Nobody knows the answer except the creator of CSS.
+ 8
Wow! @Shehenshah Mughal You are very genius but in a dumb way!!!
+ 7
Maybe the creators thought that HTML and CSS are equal and one should not contain other (<css> inside <html>). Just a guess, which is most probably wrong.
+ 6
I guess because CSS is cascading STYLE sheets..And used for styling purpose 😂
+ 5
once upon a time HTML was created. So that text could be send.
Someone wanted to <style> it and so CSS came up.
In order to make it dynamic someone decided to <script> it with JavaScript.
So now we have it!
😁
+ 3
Ashwani Kumar you Exactly got it...
+ 3
The Answer here...
CSS stands for 'Cascading Style Sheet'...
so if we separately create CSS(external)
so it would a 'Sheet' attached to HTML Document...so we call it CSS with .css
while when we 'apply' CSS on HTML using Style attribute or <style> tag you can't say it Sheet...So it can't be <CSS>...
A Sheet always means as a separate thing.
+ 2
But the correct answer exists Guess...