CSSでのfont-weightプロパティの使用
font-weightプロパティは、フォントの太字または太字の表示を増減するために使用されます。 font-weightプロパティは、フォントの太字を指定する機能を提供します。可能な値は、normal、bold、bolder、lighter、100、200、300、400、500、600、700、800、900です。
<html> <head> </head> <body> <p style = "font-weight:bold;">This font is bold.</p> <p style = "font-weight:bolder;">This font is bolder.</p> <p style = "font-weight:300;">This font is 500 weight.</p> </body> </html>
-
CSSでのborder-left-widthプロパティの使用
border-left-width プロパティは、左の境界線の幅を変更します。次のコードを実行して、 border-left-widthを実装してみてください。 プロパティ: 例 <html> <head> </head> <body> <p style = "border-left-width:6px;border-style:solid;"> &nb
-
CSSのlist-style-typeプロパティの使用法
list-style-type マーカーの形状や外観を制御できます。次のコードを実行して、 list-style-typeを実装してみてください。 プロパティ 例 <html> <head> </head> <body> <ul style = "list-style-type:circle;"> <li>India