Pogrubienia czcionki

<style type="text/css">
<!--
p.bold1  {font-weight:700}    /* składnia z podaniem     */
p.bold2  {font-weight:bold}   /* wartości atrybutu class */
p.normal {font-weight:normal}
-->
</style>

Niniejszy paragraf należy do klasy bold1. {font-weight:700}

Niniejszy paragraf należy do klasy bold2. {font-weight:bold}

Niniejszy paragraf należy do klasy normal. {font-weight:normal}

Opis cechy font-weight:

5.2.5 'font-weight'
Value: normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
Initial: normal
Applies to: all elements
Inherited: yes
Percentage values: N/A

Zobacz też:

5.1 Notation for property values

Strona główna