CSS (Cascading Style Sheet)
HTML एवं XHTML के document, paragraph, list, heading आदि के format में devide होते है , लेकिन ये real format में दिखाई नहीं देते, इसका reason यह है की जब web page design होता है , तो उसी समय different browser के साथ display भी होता है ,जो cascading style sheet कहलाता है। यहाँ पर cascading style sheet एक language है ,जिसे separate करता है या support करता है ,html और xhtml.
इस प्रकार जो cascading style sheet है ,वह html की विभिन्न properties की formating को document के format में specify करती है , designing के time और web developer के controller को different (markup element, heading, paragraph आदि ) format में handle करने के लिए use किया जाता है, हम cascading style sheet के statement को इस प्रकार describe कर सकते हैं -
Example -Body
{
font family-Arial Arial Black;
colour : black;
Background colour white;
}
यहाँ पर हम दिए गये statement में body के inside part में front की setting arial और arial black के रूप मेंdescribe किये और हमने text के colour को black describe किया और इसके साथ ही Background के colour को white describe किया और इसके अंतर्गत हम Background में Image, margin के width की setting, border की colour setting, पैराग्राफ और heading की setting आदि को describe कर सकते हैं।
टिप्पणियाँ
एक टिप्पणी भेजें