CSS/文字列を太文字表示する・font-weight
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
#navi(../)
* 文字列を太文字表示する・font-weight [#l15d35ab]
font-weightで文字の太さを指定するとボールドで表示すること...
以下にサンプルHTML等を記します。
#contents
//#htmlinsert(web_ads_top.html)
* 関連記事 [#lda04463]
-[[文字列に下線・上線・取り消し線を設定するサンプル>CSS/...
-[[フォントサイズの指定サンプル>CSS/フォントサイズの指定...
-[[斜体で文字列を表示する>CSS/斜体で文字列を表示する]]
-[[文字列を太文字表示する・font-weight>CSS/文字列を太文字...
-[[フォントを指定して文字列を表示する・font-family>CSS/フ...
* 太文字表示するHTML [#e23439b0]
以下のHTMLにより文字を太文字で表示することができます。
#ref(weight.html)
<div style="font-weight : bold">font-weight : bold</div>
<div style="font-weight : bolder">font-weight : bolder</...
<div style="font-weight : lighter">font-weight : lighter...
<div style="font-weight : 600">font-weight : 600</div>
<div style="font-weight : 700">font-weight : 700</div>
<div style="font-weight : 800">font-weight : 800</div>
** 太文字表示確認URL [#r3af1b5f]
以下、動作確認用URLです。
http://web.just4fun.biz/css/7/weight.html
** 太文字表示のスクリーンショット [#l65c0351]
上記HTMLをブラウザで表示した時のスクリーンショットです。
#ref(01.gif)
以上、CSSで太文字表示の設定でした。
//#htmlinsert(web_ads_btm.html)
終了行:
#navi(../)
* 文字列を太文字表示する・font-weight [#l15d35ab]
font-weightで文字の太さを指定するとボールドで表示すること...
以下にサンプルHTML等を記します。
#contents
//#htmlinsert(web_ads_top.html)
* 関連記事 [#lda04463]
-[[文字列に下線・上線・取り消し線を設定するサンプル>CSS/...
-[[フォントサイズの指定サンプル>CSS/フォントサイズの指定...
-[[斜体で文字列を表示する>CSS/斜体で文字列を表示する]]
-[[文字列を太文字表示する・font-weight>CSS/文字列を太文字...
-[[フォントを指定して文字列を表示する・font-family>CSS/フ...
* 太文字表示するHTML [#e23439b0]
以下のHTMLにより文字を太文字で表示することができます。
#ref(weight.html)
<div style="font-weight : bold">font-weight : bold</div>
<div style="font-weight : bolder">font-weight : bolder</...
<div style="font-weight : lighter">font-weight : lighter...
<div style="font-weight : 600">font-weight : 600</div>
<div style="font-weight : 700">font-weight : 700</div>
<div style="font-weight : 800">font-weight : 800</div>
** 太文字表示確認URL [#r3af1b5f]
以下、動作確認用URLです。
http://web.just4fun.biz/css/7/weight.html
** 太文字表示のスクリーンショット [#l65c0351]
上記HTMLをブラウザで表示した時のスクリーンショットです。
#ref(01.gif)
以上、CSSで太文字表示の設定でした。
//#htmlinsert(web_ads_btm.html)
ページ名: