Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
1.9k views
in Web Page Development Using HTML and CSS by (28.2k points)
closed by

List and explain the Font and text element properties and values used CSS?

1 Answer

+1 vote
by (28.9k points)
selected by
 
Best answer
Formatting Properties Values Example
Text alignment Text-align Center/left/Right/justify p
{
Text-align : center,
}
Text colour Color Predefined_color_Name P
{
color:pink;
{
H1
{
Color: MediumseaGreen:
}
`Font type Font-family Font_name P
{
Font.family: "times New Roman";
}
Font style Font-style Normal/Italic P
{
Font.family: "Times New Roman";
{
Font Style (Bold) Font-Weight Normal/Bold P
{
Font - family : "Times New Roman";
Font-weight : bold;
}
Font size Font - size Size in pixels P
{
Font-family: "Times New Roman";
Font -style :Italic;
Font-weight: 14px;
}

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...