CSS Text Alignment And Text Direction - W3Schools
Có thể bạn quan tâm
Text Alignment and Text Direction
In this chapter you will learn about the following properties:
- text-align
- text-align-last
- direction
- unicode-bidi
- vertical-align
Text Alignment
The text-align property is used to set the horizontal alignment of a text.
A text can be left or right aligned, centered, or justified.
The following example shows center aligned, and left and right aligned text (left alignment is default if text direction is left-to-right, and right alignment is default if text direction is right-to-left):
Example
h1 { text-align: center;}h2 { text-align: left;}h3 { text-align: right; } Try it Yourself »When the text-align property is set to "justify", each line is stretched so that every line has equal width, and the left and right margins are straight (like in magazines and newspapers):
Example
div { text-align: justify;} Try it Yourself »Text Align Last
The text-align-last property specifies how to align the last line of a text.
Example
Align the last line of text in three <p> elements:
p.a { text-align-last: right; }p.b { text-align-last: center; }p.c { text-align-last: justify; } Try it Yourself »Text Direction
The direction and unicode-bidi properties can be used to change the text direction of an element:
Example
p { direction: rtl; unicode-bidi: bidi-override;} Try it Yourself »Vertical Alignment
The vertical-align property sets the vertical alignment of an element.
Example
Set the vertical alignment of an image in a text:
img.a { vertical-align: baseline;}img.b { vertical-align: text-top;}img.c { vertical-align: text-bottom;}img.d { vertical-align: sub;} img.e { vertical-align: super;} Try it Yourself »The CSS Text Alignment/Direction Properties
Property | Description |
---|---|
direction | Specifies the text direction/writing direction |
text-align | Specifies the horizontal alignment of text |
text-align-last | Specifies how to align the last line of a text |
unicode-bidi | Used together with the direction property to set or return whether the text should be overridden to support multiple languages in the same document |
vertical-align | Sets the vertical alignment of an element |
Từ khóa » Căn Giữa Bảng Html
-
Hướng Dẫn Các Cách Căn Giữa Table Trong Html Mới Nhất 2020
-
Table Align Chuyên đề - Học Web Chuẩn
-
Căn Bảng Vào Giữa Màn Hình - Thiết Kế Website
-
Hướng Dẫn Các Cách Căn Giữa Table Trong Html - Darkedeneurope
-
Căn Giữa Các Phần Tử HTML Theo Chiều Dọc (phần 1) - Viblo
-
Hướng Dẫn Căn Giữa Trong Css(p1) - Viblo
-
Thẻ
Trong HTML - Web Cơ Bản Căn Giữa Table Trong Html Theo Chiều Dọc (Phần ... - Stockonmobile
Cách để Căn Giữa Mọi Thứ Với CSS - Techmaster
Hai Bảng HTML Cạnh Nhau, Căn Giữa Trang - HelpEx
Làm Cách Nào để Căn Giữa Một Hộp Kiểm Trong Một ô Của Bảng?
Cách để Căn Giữa Văn Bản Trên HTML - WikiHow
Căn Giữa Trong HTML - Website Affiliate
Căn Lề Text-align Và Vertical-align Trong CSS
Copyright © 2022 | Thiết Kế Truyền Hình Cáp Sông Thu