Javascript
 Computer >> コンピューター >  >> プログラミング >> Javascript

CSSでのfont-sizeプロパティの使用


font-sizeプロパティは、フォントのサイズを拡大または縮小するために使用されます。 font-sizeプロパティは、フォントのサイズを制御するために使用されます。可能な値は、xx-small、x-small、small、medium、large、x-large、xx-large、small、large、size(ピクセル単位または%)です。

<html>
   <head>
   </head>
   <body>
      <p style = "font-size:15px;">This font size is 15 pixels</p>
      <p style = "font-size:small;">This font size is small</p>
      <p style = "font-size:large;">This font size is large</p>
   </body>
</html>

  1. CSSでのborder-right-styleプロパティの使用

    border-right-style プロパティは、右の境界線のスタイルを変更します。次のコードを実行して、 border-right-styleを実装してみてください。 プロパティ: 例 <html>    <head>    </head>    <body>       <p style = "border-width:4px;border-right-style:dashed;">     &nb

  2. CSSでのborder-left-widthプロパティの使用

    border-left-width プロパティは、左の境界線の幅を変更します。次のコードを実行して、 border-left-widthを実装してみてください。 プロパティ: 例 <html>    <head>    </head>    <body>       <p style = "border-left-width:6px;border-style:solid;">       &nb