2
Most read
6
Most read
9
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
Css backgrounds
PPTX
Chapter 15: Floating and Positioning
PPTX
CSS - Text Properties
PPTX
Javascript 101
PPT
Introduction to Cascading Style Sheets (CSS)
PPTX
Css types internal, external and inline (1)
PPT
CSS Basics
Css backgrounds
Chapter 15: Floating and Positioning
CSS - Text Properties
Javascript 101
Introduction to Cascading Style Sheets (CSS)
Css types internal, external and inline (1)
CSS Basics

What's hot (20)

PPTX
Javascript functions
PPTX
PPSX
Introduction to css
PDF
JavaScript - Chapter 8 - Objects
PDF
CSS Day: CSS Grid Layout
PPTX
Css selectors
PPTX
Dom(document object model)
PDF
CSS3 Media Queries
ODP
Introduction to css & its attributes with syntax
PPTX
Web Page Designing Using HTML
PPT
PPTX
Cascading style sheets (CSS-Web Technology)
PPT
Advanced Cascading Style Sheets
PDF
CSS Font & Text style
PPTX
Bootstrap 5 ppt
PPTX
Java script arrays
PPTX
Css font properties
PPT
Css Ppt
PPTX
HTML5 audio & video
Javascript functions
Introduction to css
JavaScript - Chapter 8 - Objects
CSS Day: CSS Grid Layout
Css selectors
Dom(document object model)
CSS3 Media Queries
Introduction to css & its attributes with syntax
Web Page Designing Using HTML
Cascading style sheets (CSS-Web Technology)
Advanced Cascading Style Sheets
CSS Font & Text style
Bootstrap 5 ppt
Java script arrays
Css font properties
Css Ppt
HTML5 audio & video
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 course.pptx
PPTX
session2 css cascade style sheet course.pptx
PPTX
session2_cascading_style_sheet_cssc.pptx
PPTX
PPTX
v5-introduction to html-css-210321161444.pptx
PDF
cascading stylesheet_cssppt-100604051600-phpapp02.pdf
ODP
CSS Basics
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 course.pptx
session2 css cascade style sheet course.pptx
session2_cascading_style_sheet_cssc.pptx
v5-introduction to html-css-210321161444.pptx
cascading stylesheet_cssppt-100604051600-phpapp02.pdf
CSS Basics
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
CHF refers to the condition wherein heart unable to pump a sufficient amount ...
PPTX
Juvenile delinquency-Crim Research day 3x
PPTX
Unit1_Kumod_deeplearning.pptx DEEP LEARNING
PDF
FYJC - Chemistry textbook - standard 11.
PPTX
UCSP Section A - Human Cultural Variations,Social Differences,social ChangeCo...
PPTX
ENGlishGrade8_Quarter2_WEEK1_LESSON1.pptx
PPTX
Ppt obs emergecy.pptxydirnbduejguxjjdjidjdbuc
PDF
LATAM’s Top EdTech Innovators Transforming Learning in 2025.pdf
PPTX
Single Visit Endodontics.pptx treatment in one visit
PPTX
Entrepreneurship Management and Finance - Module 1 - PPT
PPSX
namma_kalvi_12th_botany_chapter_9_ppt.ppsx
DOCX
HELMET DETECTION AND BIOMETRIC BASED VEHICLESECURITY USING MACHINE LEARNING.docx
PDF
Jana Ojana 2025 Prelims - School Quiz by Pragya - UEMK Quiz Club
PDF
English 2nd semesteNotesh biology biopsy results from the other day and I jus...
PDF
GSA-Past-Papers-2010-2024-2.pdf CSS examination
PDF
V02-Session-4-Leadership-Through-Assessment-MLB.pdf
PDF
IS1343_2012...........................pdf
PDF
CHALLENGES FACED BY TEACHERS WHEN TEACHING LEARNERS WITH DEVELOPMENTAL DISABI...
PDF
Unleashing the Potential of the Cultural and creative industries
PPTX
GW4 BioMed Candidate Support Webinar 2025
CHF refers to the condition wherein heart unable to pump a sufficient amount ...
Juvenile delinquency-Crim Research day 3x
Unit1_Kumod_deeplearning.pptx DEEP LEARNING
FYJC - Chemistry textbook - standard 11.
UCSP Section A - Human Cultural Variations,Social Differences,social ChangeCo...
ENGlishGrade8_Quarter2_WEEK1_LESSON1.pptx
Ppt obs emergecy.pptxydirnbduejguxjjdjidjdbuc
LATAM’s Top EdTech Innovators Transforming Learning in 2025.pdf
Single Visit Endodontics.pptx treatment in one visit
Entrepreneurship Management and Finance - Module 1 - PPT
namma_kalvi_12th_botany_chapter_9_ppt.ppsx
HELMET DETECTION AND BIOMETRIC BASED VEHICLESECURITY USING MACHINE LEARNING.docx
Jana Ojana 2025 Prelims - School Quiz by Pragya - UEMK Quiz Club
English 2nd semesteNotesh biology biopsy results from the other day and I jus...
GSA-Past-Papers-2010-2024-2.pdf CSS examination
V02-Session-4-Leadership-Through-Assessment-MLB.pdf
IS1343_2012...........................pdf
CHALLENGES FACED BY TEACHERS WHEN TEACHING LEARNERS WITH DEVELOPMENTAL DISABI...
Unleashing the Potential of the Cultural and creative industries
GW4 BioMed Candidate Support Webinar 2025

Css Text Formatting