Div+css_頁面使用css的三種方法__css

來源:互聯網
上載者:User

1.連結外部樣式表

<link rel="stylesheet" href="~/css/login.css" type="text/css" />
href是樣式表路徑


2.直接寫進head標籤內

<head>    <style type="text/css">        #btnLogin        {            width: 0px;            height: 0px;            border-style: none;            background-color: White;        }    </style></head>

3.內聯定義 (Inline Styles)
內聯定義即是在對象的標記內使用對象的style屬性定義適用其的樣式表屬性

<p style="margin-left: 0.5in; margin-right:0.5in">這一行被增加了左右的外補丁<p> 


相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.