Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> Javascript

การใช้คุณสมบัติพื้นหลังใน CSS


พื้นหลัง คุณสมบัติ ใช้เป็นชวเลขเพื่อระบุจำนวนคุณสมบัติพื้นหลังอื่น ๆ เช่นรูปภาพ ตำแหน่ง ทำซ้ำ ฯลฯ

<html>
   <head>
   </head>
   <body>
      <p style = "background:url(/images/pattern1.gif) repeat fixed;">
         This parapgraph has fixed repeated background image.
      </p>
   </body>
</html>