--> Skip to main content

xml font family xml part-7

Views

Formatting XML with CSS (Cascading Style Sheets) 7

 

Font family 
इस property के द्वारा किसी भी element के content की font family define की जाती है। इस property की value कोई भी font family का नाम होता हैं। यदि font family का नाम एक word से ज्यादा है तो आप उसे single quotes में लिखते है।
font-family : verdana;
font-family:'Times New Roman';


Font size 
Font family की तरह ही आप font की size भी define कर सकते है। इसके लिए आप font -size property यूज़ करते है। इस property की common values निचे दी जा रही है।   

Property : Values  
Description 
font-size:small;

ये font size छोटी और normal होती है। 
font-size:x-small
ये font size small size से भी छोटी होती है।  
font-size:large;
ये font size बड़ी होती है।  
font-size:xx-large;
ये font size सबसे बड़ी होती है।  
font-size:5pt;
आप चाहे तो खुद की font size भी define कर सकते है।  


Font weight 
Font को bold करने के लिए आप font-weight property यूज़ करते है। इस property की value bold define करने से element का content bold हो जाता है। इसका उदाहरण निचे दिया जा रहा है। 

font-weight : bold; 


Font style 
Element के content को italic show करने के लिए font-style property यूज़ की जाती है। इस property की value italic pass की जाती है। इसका उदाहरण निचे दिया जा रहा है। 

font-style : italic; 
    

Displaying XML with CSS
सबसे पहले XML और CSS की 2 separate file create कर लीजिए। इसके बाद tag यूज़ करते हुए XML document में CSS file करवाइये। इसके XML file को browser के साथ open कर दीजिये। CSS file automatically load हो जाएगी।
Comment Policy: Please write your comments that match the topic of this page's posts. Comments that contain links will not be displayed until they are approved.
Leave a Comment
Close comments