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

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


font-familyプロパティは、フォントの表面を変更するために使用されます。可能な値は、任意のフォントファミリ名です。

<html>
   <head>
   </head>
   <body>
      <p style = "font-family:georgia,garamond,serif;">
         This text is rendered in either georgia, garamond, or the default serif font
         depending on which font you have at your system.
      </p>
   </body>
</html>

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

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

  2. CSSのlist-style-typeプロパティの使用法

    list-style-type マーカーの形状や外観を制御できます。次のコードを実行して、 list-style-typeを実装してみてください。 プロパティ 例 <html>    <head>    </head>    <body>       <ul style = "list-style-type:circle;">          <li>India