HTML Hr Tag - W3Schools
Có thể bạn quan tâm
Example
Use the <hr> tag to define thematic changes in the content:
<h1>The Main Languages of the Web</h1><p>HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page, and consists of a series of elements. HTML elements tell the browser how to display the content.</p><hr><p>CSS is a language that describes how HTML elements are to be displayed on screen, paper, or in other media. CSS saves a lot of work, because it can control the layout of multiple web pages all at once.</p><hr><p>JavaScript is the programming language of HTML and the Web. JavaScript can change HTML content and attribute values. JavaScript can change CSS. JavaScript can hide and show HTML elements, and more.</p> Try it Yourself »More "Try it Yourself" examples below.
Definition and Usage
The <hr> tag defines a thematic break in an HTML page (e.g. a shift of topic).
The <hr> element is most often displayed as a horizontal rule that is used to separate content (or define a change) in an HTML page.
Browser Support
| Element | |||||
|---|---|---|---|---|---|
| <hr> | Yes | Yes | Yes | Yes | Yes |
Global Attributes
The <hr> tag also supports the Global Attributes in HTML.
Event Attributes
The <hr> tag also supports the Event Attributes in HTML.
More Examples
Example
Align a <hr> element (with CSS):
<hr style="width:50%;text-align:left;margin-left:0"> Try it Yourself »Example
A noshaded <hr> (with CSS):
<hr style="height:2px;border-width:0;color:gray;background-color:gray"> Try it Yourself »Example
Set the height of a <hr> element (with CSS):
<hr style="height:30px"> Try it Yourself »Example
Set the width of a <hr> element (with CSS):
<hr style="width:50%"> Try it Yourself »Related Pages
HTML DOM reference: HR Object
Default CSS Settings
Most browsers will display the <hr> element with the following default values:
Example
hr { display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px;} Try it Yourself » ❮ Previous Complete HTML Reference Next ❯ ★ +1 Sign in to track progressTừ khóa » Html Kodları Hr
-
HTML Hr Etiketi | M5 Bilişim
-
-
-hr- ETİKETİ (Çizgi Çizer) - WebCebir
-
HTML Hr Kullanımı – Yatay çizgi Ekleme
-
Html Çizgi
-
HTML Hr Etiketi - İkiz Hocalar
-
Html Etiketleri 3 (hr ,br ,p, Pre) - Bilişimcilerin Otağı
-
Html Dersleri / HR Tag
-
Readers Ask: Html Hr Ne Demek? - Programlama Blogu
-
HTML/Sayfaya çizgi Ekleme - Vikikitap: Özgür Kütüphane
-
Html Sayfalarına Yatay Çizgi Ekleme - Hr Etiketi | Mehsatek
-
HTML
Etiketi | Türkiye'nin Forum Platformu! -
HTML
Tag - W3bai -
Font Ve Hr Etiketi Kullanımı - HTML,CSS,JAVASCRİPT