CSS HISTORY
CSS HISTORY
Who invented CSS?
CSS (cascading style sheet) was first proposed by Hakon Wium Lie on October 10, 1994. At the time, Lie was working with Tim Berners-Lee (father of Html) at CERN.
CSS (कैस्केडिंग स्टाइल शीट) को पहली बार 10 अक्टूबर, 1994 को हकोन वैम ले द्वारा प्रस्तावित किया गया था। उस समय, लान टिम बर्नर्स-ली (HTML के पिता) के साथ सर्न में काम कर रहे थे।
The European Organization for Nuclear Research is known as CERN. Hakon wium lie is know as father of css.
यूरोपियन ऑर्गनाइजेशन फॉर न्यूक्लियर रिसर्च को सर्न के नाम से जाना जाता है। हाकोन वैम झूठ को CSS के पिता के रूप में जाना जाता है।
CSS, on the other hand, let a document's style be influenced by multiple style sheets by way of "cascading" styles.
दूसरी ओर, CSS, दस्तावेज़ की शैली को "कैस्केडिंग" शैलियों के माध्यम से कई स्टाइल शीट से प्रभावित करते हैं।
The first site that Lie trialled CSS on was the Arena web browser. From its first creation, Lie went on to co-create CSS1, CSS2 and RFC 2318 versions with Tim Berners-Lee and Robert Cailliau.
पहली साइट जिस पर लेफ्ट ने CSS को ट्रायल किया था वह एरिना वेब ब्राउज़र था। अपनी पहली रचना से, लेट टिम बर्नर्स-ली और रॉबर्ट कैलिएआउ के साथ CSS1, CSS2 और RFC 2318 संस्करणों का सह-निर्माण करने के लिए चला गया।
In its first decade of existence (1994 – 2004) CSS, in all its specifications, became an established web standard greatly influencing the look and accessibility of the world wide web as we know it today. CSS3 was issued in 1999.
अस्तित्व के अपने पहले दशक (1994 - 2004) में, CSS अपने सभी विशिष्टताओं में, एक स्थापित वेब मानक बन गया, जो कि विश्व व्यापी वेब के रूप और पहुंच को प्रभावित करता है, जैसा कि हम आज जानते हैं। CSS3 1999 में जारी किया गया था।
Why do we need CSS?
Firstly, using CSS ensures that your web pages are consistent. Imagine a website with 100s of pages, now imagine having to input the code to define heading sizes, layout and other display data and mix that all in with the content each time you wanted to produce a new page. Also, imagine having a site with 100s of pages and being able to change just one of them while keeping all the rest the same – CSS also makes that a possibility.
सबसे पहले, CSS का उपयोग करना सुनिश्चित करता है कि आपके वेब पेज लगातार हैं। 100 पृष्ठों के साथ एक वेबसाइट की कल्पना करें, अब हेडिंग साइज़, लेआउट और अन्य डिस्प्ले डेटा को परिभाषित करने के लिए कोड इनपुट करने की कल्पना करें और एक नए पृष्ठ का निर्माण करने के लिए हर बार उस सामग्री के साथ मिश्रण करें। इसके अलावा, 100 पृष्ठों वाली साइट होने की कल्पना करें और बाकी सभी को समान रखते हुए उनमें से सिर्फ एक को बदलने में सक्षम होने के नाते - CSS भी एक संभावना बनाता है।
Using CSS delivers consistency where it is needed but is flexible enough to enable you to make changes to individual pages or sections.
CSS का उपयोग स्थिरता प्रदान करता है जहां इसकी आवश्यकता होती है लेकिन यह काफी लचीला होता है जिससे आप व्यक्तिगत पृष्ठों या अनुभागों में बदलाव कर सकते हैं।
Using CSS allows a user to specify:
- Fonts
- Colour of text and links
- Use colours in the text’s background
- Where and how boxes within the content look and are placed
- And…CSS also improves user accessibility, efficiency, flexibility and ensures browser compatibility.
What is the difference between CSS1, CSS2 and CSS3?
- CSS (1996) allows the user to select font style and size and change the colour of the text and background.
- CSS2 (1998) has capabilities that allows the user to design page layout.
- CSS3 (1999) allows the user to create presentations from documents and to select from a wider range of fonts including those from Google and Typecast. Uniquely, CSS3 allows the user to incorporate rounded borders and use multiple columns. CSS3 is considered to be easier to use (when compared to CSS2) because it has different modules.
CSS (1996) उपयोगकर्ता को फ़ॉन्ट शैली और आकार का चयन करने और पाठ और पृष्ठभूमि का रंग बदलने की अनुमति देता है।
CSS2 (1998) में क्षमताएं हैं जो उपयोगकर्ता को पेज लेआउट डिजाइन करने की अनुमति देती हैं।
CSS3 (1999) उपयोगकर्ता को दस्तावेज़ों से प्रस्तुतियाँ बनाने और Google और टाइपकास्ट सहित कई प्रकार के फोंट से चयन करने की अनुमति देता है। विशिष्ट रूप से, CSS3 उपयोगकर्ता को गोल सीमाओं को शामिल करने और कई स्तंभों का उपयोग करने की अनुमति देता है। CSS3 का उपयोग करना आसान माना जाता है (जब CSS2 की तुलना में) क्योंकि इसमें अलग-अलग मॉड्यूल होते हैं।
Where was CSS3 started?
CSS3 was started in 1998 but it has never been completed. Some parts are still being developed and some components work on some browsers.
CSS3 की शुरुआत 1998 में हुई थी लेकिन यह कभी पूरी नहीं हुई। कुछ भाग अभी भी विकसित किए जा रहे हैं और कुछ घटक कुछ ब्राउज़रों पर काम करते हैं।
It published in June 1999. CSS3 is divided into several separate documents called "modules". Each module adds new capabilities or extends features defined in CSS 2.
यह जून 1999 में प्रकाशित हुआ। CSS3 को "मॉड्यूल" नामक कई अलग-अलग दस्तावेजों में विभाजित किया गया है। प्रत्येक मॉड्यूल नई क्षमताओं को जोड़ता है या सीएसएस 2 में परिभाषित सुविधाओं का विस्तार करता है।
How do you learn CSS?
As much as CSS is a practical tool for web developers it is a language and therefore, something that people can learn, much like learning to speak French or Japanese. Rather than having to learn every single piece of code by heart, it’s possible to look up properties using a CSS reference site.
वेब डेवलपर्स के लिए CSS एक व्यावहारिक उपकरण है क्योंकि यह एक भाषा है और इसलिए, ऐसा कुछ जिसे लोग सीख सकते हैं, बहुत कुछ फ्रेंच या जापानी बोलना सीखना पसंद करते हैं। दिल से हर एक कोड सीखने के बजाय, CSS संदर्भ साइट का उपयोग करके गुणों को देखना संभव है।
Finally, where would we be without CSS?
In short, we’d be using a very basic looking web. The web as we know it today couldn’t exist without CSS. An analogy commonly used is of building a house.
संक्षेप में, हम एक बहुत ही बुनियादी खोज वेब का उपयोग कर रहे हैं। आज हम जिस वेब को जानते हैं वह बिना CSS के मौजूद नहीं है। आमतौर पर उपयोग की जाने वाली उपमा एक घर बनाने के लिए है।
While you could build a home only using beige bricks (HTML) it would have no features whatsoever. So, you could forget about colour on the walls, decoration, interesting architecture and visual effects.
जब आप केवल बेज ईंटों (HTML) का उपयोग करके घर बना सकते हैं, तो इसमें कोई विशेषता नहीं होगी। तो, आप दीवारों, सजावट, दिलचस्प वास्तुकला और दृश्य प्रभावों पर रंग के बारे में भूल सकते हैं।
The web would be ‘vanilla’ and not the colourful, revolutionary and stimulating medium that we currently enjoy.
वेब 'वेनिला' होगा न कि रंगीन, क्रांतिकारी और उत्तेजक माध्यम जो हम वर्तमान में आनंद लेते हैं।
What about CSS4?
The Working Group of W3C (w3.org), the group who discuss all technical aspects of CSS’s progression and answers queries from a public mailing list, are continuously working on improvements within CSS.
W3C (w3.org) का वर्किंग ग्रुप, वह समूह जो CSS की प्रगति के सभी तकनीकी पहलुओं पर चर्चा करता है और एक सार्वजनिक मेलिंग सूची से प्रश्नों का उत्तर देता है, लगातार CSS के भीतर सुधार पर काम कर रहा है।
Rather than creating an entirely new version called CSS4 it seems that the w3.org are adding new, smaller components to the existing CSS versions via extensions. But before we ask where CSS4 is, it’s worth noting that many argue that CSS3 doesn’t exist.
CSS4 नामक एक पूरी तरह से नया संस्करण बनाने के बजाय ऐसा लगता है कि w3.org एक्सटेंशन के माध्यम से मौजूदा CSS संस्करणों में नए, छोटे घटकों को जोड़ रहे हैं। लेकिन इससे पहले कि हम पूछें कि CSS4 कहां है, यह ध्यान देने योग्य है कि कई तर्क है कि CSS3 मौजूद नहीं है।
Instead, CSS 3 and 4 are rather terms used to define any updates that happened after CSS2 (and are, therefore, officially called CSS2.1). In these terms, CSS4 has happened but it will never be called CSS4.
इसके बजाय, CSS 3 और 4 बल्कि CSS2 (और इसलिए, आधिकारिक तौर पर CSS2.1 कहा जाता है) के बाद हुए किसी भी अपडेट को परिभाषित करने के लिए उपयोग किए जाने वाले शब्द हैं। इन शब्दों में, CSS4 हुआ है लेकिन इसे CSS4 कभी नहीं कहा जाएगा।
Comments
Post a Comment
If you have any douts, Please let me know