SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
CSS Text Formatting
Dr.G.Jasmine Beulah
Assistant Professor, Kristu Jayanti
College, Bengaluru
CSS Text Formatting
 CSS text formatting properties is used to format text and style text.
CSS text formatting include following properties:
1.Text-color
2.Text-alignment
3.Text-decoration
4.Text-transformation
5.Text-indentation
6.Letter spacing
7.Line height
8.Text-direction
9.Text-shadow
10.Word spacing
1.TEXT COLOR
• Text-color property is used to set the color of
the text.
Text-color can be set by using the name
“red”, hex value “#ff0000” or by its RGB
value“rgb(255, 0, 0).
• Syntax: body { color:color name; }
<!DOCTYPE html>
<html>
<head>
<style>
h1
{
color:red;
}
h2
{
color:green;
}
</style>
</head>
<body>
<h1>
GEEKS FOR GEEKS
</h1>
<h2>
TEXT FORMATTING
</h2>
</body>
</html>
2.TEXT ALIGNMENT
• Text alignment property is used to set the
horizontal alignment of the text.
The text can be set to left, right, centered and
justified alignment.
In justified alignment, line is stretched such
that left and right margins are straight.
• Syntax: body { text-align:alignment type; }
<!DOCTYPE html>
<html>
<head>
<style>
h1
{
color:red;
text-align:center;
}
h2
{
color:green;
text-align:left;
}
</style>
</head>
<body>
<h1>
GEEKS FOR GEEKS
</h1>
<h2>
TEXT FORMATTING
</h2>
</body>
</html>
3.TEXT DECORATION
• Text decoration is used to add or remove
decorations from the text.
Text decoration can be underline, overline,
line-through or none.
• Syntax: body { text-decoration:decoration
type; }
<!DOCTYPE html>
<html>
<head>
<style>
h1
{
color:red;
text-decoration:overline;
}
</style>
</head>
<body>
<h1>
GEEKS FOR GEEKS
</h1>
<h2>
TEXT FORMATTING
</h2>
</body>
</html>
4.TEXT TRANSFORMATION
• Text transformation property is used to change
the case of text, uppercase or lowercase.
Text transformation can be uppercase,
lowercase or captitalise .
Capitalise is used to change the first letter of each
word to uppercase.
• Syntax: body { text-transform:type; }
<!DOCTYPE html>
<html>
<head>
<style>
h2
{
text-transform:lowercase;
}
</style>
</head>
<body>
<h1>
Internet Technology
</h1>
<h2>
Learning CSS
</h2>
</body>
</html>
5.TEXT INDENTATION
• Text indentation property is used to indent the
first line of the paragraph.
The size can be in px, cm, pt.
• Syntax: body { text-indent:size; }
!DOCTYPE html>
<html>
<head>
<style>
h2
{
text-indent:80px;
}
</style>
</head>
<body>
<h1>
Styling with CSS
</h1>
<h2>
This is text formatting properties.<br>
Text indentation property is used to indent the first line of the paragraph.
</h2>
</body>
</html>
6.LETTER SPACING
This property is used to specify the space between the characters of the text.
The size can be given in px.
Syntax: body { letter-spacing:size; }
<!DOCTYPE html>
<html>
<head>
<style>
h2
{
letter-spacing:4px;
}
</style>
</head>
<body>
<h1>
Internet Technology
</h1>
<h2>
This is text formatting properties.
</h2>
</body>
</html>
7.LINE HEIGHT
This property is used to set the space between the lines.
Syntax: body { line-height:size; }
<!DOCTYPE html>
<html>
<head>
<style>
h2
{
line-height:40px;
}
</style>
</head>
<body>
<h1>
Internet Technology
</h1>
<h2>
This is text formatting properties.<br>
This property is used to set the space between the lines.
</h2>
</body>
</html>

More Related Content

PPTX
Chapter 15: Floating and Positioning
PDF
CSS3, Media Queries, and Responsive Design
PDF
Introduction to CSS3
PPTX
Css margins
PDF
Introduction to HTML and CSS
PPTX
HTML (Web) basics for a beginner
PDF
Lesson 1: Introduction to HTML
Chapter 15: Floating and Positioning
CSS3, Media Queries, and Responsive Design
Introduction to CSS3
Css margins
Introduction to HTML and CSS
HTML (Web) basics for a beginner
Lesson 1: Introduction to HTML

What's hot (20)

PPTX
Html ppt
PDF
Css properties
PPTX
(Fast) Introduction to HTML & CSS
PPTX
Css position
PPT
Html Slide Part-1
PPT
PDF
CSS Day: CSS Grid Layout
PPTX
Css Display Property
PPTX
Css ppt
PPTX
Html basic
PDF
Background property in css
ODP
CSS Basics
PPTX
HTML & CSS: Chapter 03
PPT
Introduction to CSS Borders - Lesson 4
PDF
Frontend Crash Course: HTML and CSS
PPTX
Css selectors
PPTX
Html Frames
PPT
javaScript.ppt
Html ppt
Css properties
(Fast) Introduction to HTML & CSS
Css position
Html Slide Part-1
CSS Day: CSS Grid Layout
Css Display Property
Css ppt
Html basic
Background property in css
CSS Basics
HTML & CSS: Chapter 03
Introduction to CSS Borders - Lesson 4
Frontend Crash Course: HTML and CSS
Css selectors
Html Frames
javaScript.ppt
Ad

Similar to Css Text Formatting (20)

PPTX
TEXT ATTRIBUTES in css and the examples using csss programs.pptx
PDF
CSS notes
PPTX
BEAUTIFUL CSS PRESENTATION EASY TO MADE
PPTX
CSS tutorial chapter 1
PPTX
CSS Basics part One
PPTX
PPTX
css3.0.( Cascading Style Sheets ) pptx
PPTX
PPTX
2_css.pptx
PPTX
2_css.pptx
PPTX
PPTX
Css Complete Notes
PPTX
session2_cascading_style_sheet_cssc.pptx
PPTX
session2 cascading style sheet course.pptx
PPTX
session2 css cascade style sheet course.pptx
PPTX
PPTX
v5-introduction to html-css-210321161444.pptx
PDF
cascading stylesheet_cssppt-100604051600-phpapp02.pdf
PPTX
Building Next Generation Websites Session 6 by Muhammad Ehtisham Siddiqui
TEXT ATTRIBUTES in css and the examples using csss programs.pptx
CSS notes
BEAUTIFUL CSS PRESENTATION EASY TO MADE
CSS tutorial chapter 1
CSS Basics part One
css3.0.( Cascading Style Sheets ) pptx
2_css.pptx
2_css.pptx
Css Complete Notes
session2_cascading_style_sheet_cssc.pptx
session2 cascading style sheet course.pptx
session2 css cascade style sheet course.pptx
v5-introduction to html-css-210321161444.pptx
cascading stylesheet_cssppt-100604051600-phpapp02.pdf
Building Next Generation Websites Session 6 by Muhammad Ehtisham Siddiqui
Ad

More from Dr. Jasmine Beulah Gnanadurai (20)

PPTX
Chapter 4 Requirements Engineering2.pptx
PPTX
Chapter 4 Requirement Engineering1 .pptx
PPTX
Chapter 2 Software Processes Processes.pptx
PPT
Programming in Python Lists and its methods .ppt
PPT
Introduction to UML, class diagrams, sequence diagrams
PPT
Software Process Models in Software Engineering
PPT
ch03-Data Modeling Using the Entity-Relationship (ER) Model.ppt
PPT
Process Model in Software Engineering Concepts
PPTX
Arrays and Detailed explanation of Array
PPTX
Data Warehouse_Architecture.pptx
PPTX
DMQL(Data Mining Query Language).pptx
PPTX
PPTX
KBS Architecture.pptx
PPTX
Knowledge Representation in AI.pptx
PPTX
File allocation methods (1)
PPTX
Segmentation in operating systems
PPTX
Association rules apriori algorithm
Chapter 4 Requirements Engineering2.pptx
Chapter 4 Requirement Engineering1 .pptx
Chapter 2 Software Processes Processes.pptx
Programming in Python Lists and its methods .ppt
Introduction to UML, class diagrams, sequence diagrams
Software Process Models in Software Engineering
ch03-Data Modeling Using the Entity-Relationship (ER) Model.ppt
Process Model in Software Engineering Concepts
Arrays and Detailed explanation of Array
Data Warehouse_Architecture.pptx
DMQL(Data Mining Query Language).pptx
KBS Architecture.pptx
Knowledge Representation in AI.pptx
File allocation methods (1)
Segmentation in operating systems
Association rules apriori algorithm

Recently uploaded (20)

PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Computing-Curriculum for Schools in Ghana
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Institutional Correction lecture only . . .
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Classroom Observation Tools for Teachers
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
Cell Structure & Organelles in detailed.
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Complications of Minimal Access Surgery at WLH
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Computing-Curriculum for Schools in Ghana
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Abdominal Access Techniques with Prof. Dr. R K Mishra
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Institutional Correction lecture only . . .
202450812 BayCHI UCSC-SV 20250812 v17.pptx
human mycosis Human fungal infections are called human mycosis..pptx
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Pharma ospi slides which help in ospi learning
Final Presentation General Medicine 03-08-2024.pptx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Classroom Observation Tools for Teachers
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Cell Structure & Organelles in detailed.
Anesthesia in Laparoscopic Surgery in India
Complications of Minimal Access Surgery at WLH

Css Text Formatting