Örnek blog yazısı
Bu blog gönderisi, Bootstrap ile desteklenen ve stillendirilen birkaç farklı içerik türünü gösterir. Temel tipografi, listeler, tablolar, resimler, kodlar ve daha fazlası beklendiği gibi desteklenir.
Bu, bazı ek paragraf yer tutucu içeriğidir. Kullanılabilir alanı doldurmak ve daha uzun bir metin parçacığının çevreleyen içeriği nasıl etkilediğini göstermek için yazılmıştır. Gösterinin akmasını sağlamak için sık sık tekrarlayacağız, bu yüzden aynı metin dizisine dikkat edin.
blok alıntılar
Bu, eylem halindeki örnek bir blok alıntıdır:
Alıntılanan metin buraya gelir.
Bu, bazı ek paragraf yer tutucu içeriğidir. Kullanılabilir alanı doldurmak ve daha uzun bir metin parçacığının çevreleyen içeriği nasıl etkilediğini göstermek için yazılmıştır. Gösterinin akmasını sağlamak için sık sık tekrarlayacağız, bu yüzden aynı metin dizisine dikkat edin.
Örnek listeler
Bu, bazı ek paragraf yer tutucu içeriğidir. Boyunca kullanılan diğer oldukça tekrarlayan gövde metninin biraz daha kısa bir versiyonudur. Bu örnek bir sırasız listedir:
- İlk liste öğesi
- Daha uzun bir açıklama ile ikinci liste öğesi
- Kapatmak için üçüncü liste öğesi
Ve bu sıralı bir liste:
- İlk liste öğesi
- Daha uzun bir açıklama ile ikinci liste öğesi
- Kapatmak için üçüncü liste öğesi
Ve bu bir tanım listesi:
- Köprü Metni İşaretleme Dili (HTML)
- Bir Web sayfasının içeriğini tanımlamak ve tanımlamak için kullanılan dil
- Cascading Style Sheets (CSS)
- Used to describe the appearance of Web content
- JavaScript (JS)
- The programming language used to build advanced Web sites and applications
Inline HTML elements
HTML defines a long list of available inline tags, a complete list of which can be found on the Mozilla Developer Network.
- To bold text, use
<strong>
. - To italicize text, use
<em>
. - Abbreviations, like HTML should use
<abbr>
, with an optionaltitle
attribute for the full phrase. - Citations, like — Mark Otto, should use
<cite>
. Deletedtext should use<del>
and inserted text should use<ins>
.- Superscript text uses
<sup>
and subscript text uses<sub>
.
Most of these elements are styled by browsers with few modifications on our part.
Heading
This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.
Sub-heading
This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.
Example code block
This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.