.css text
.css types of texts
css text hindi-
css me design karne ki liye text ka use kiya jata hai. css very import role in text.colour
ka use text me design provide ke liye kiya jata hai.
types of texts-
1 text color
2 text decoration
3 text alignment
4 text transformation
5 text indention
6 text spacing
7 word spacing
1 text color-
this text related color properties.. use css in color text
exa-
body
{
colur:green;
}
<body>- color text body tag
2 text decoration-
text decoration ka use text me decoration ko remove karne me use kiya jata hai..
none-remove the text
exa-
body
{
text decoration:none;
}
h1
{
text decoration;underline;
}
underline- text decoration me underline ke liye hota hai.
3 text alignment-
css me text ko alignment karne me use karte hai..text alignment short name=text align
four typesचार प्रकार की alignment-
.center
.letf
.right
.justify
exa-
h1,h2,h3,h4
{
text align;left,right,center,justify;
}
4 text transformation-
isme text ko set kiya jata hai..
main मुख्य)types of text transformation-
.uppercase
.lowercase
exa-
p
{
text transform:lowercase;
}
5 text indentation or text indent-
exa-
p{text indent:30px;
px- pixel(30)
6 word spacing-
css me word space ke liye use kiya jata hai.
exa-
p{ word spacing:10px;}

No comments:
Post a Comment