<dfn id="w48us"></dfn><ul id="w48us"></ul>
  • <ul id="w48us"></ul>
  • <del id="w48us"></del>
    <ul id="w48us"></ul>
  • 教程css英文語法

    時間:2024-10-03 21:03:56 CSS 我要投稿
    • 相關推薦

    教程css英文語法

      Syntax

      The CSS syntax is made up of three parts: a selector, a property and a value:

      selector {property:value}

      The selector is normally the HTML element/tag you wish to define, the property is the attribute you wish to change, and each property can take a value. The property and value are separated by a colon, and surrounded by curly braces:

      body {color:black}

      Note: If the value is multiple words, put quotes around the value:

      p {font-family:"sans serif"}

      Note: If you want to specify more than one property, you must separate each property with a semicolon. The example below shows how to define a center aligned paragraph, with a red text color:

      p {text-align:center;color:red}

      To make the style definitions more readable, you can describe one property on each line, like this:

      p

      {

      text-align:center;

      color:black;

      font-family:arial

      }

      Grouping

      You can group selectors. Separate each selector with a comma. In the example below we have grouped all the header elements. All header elements will be displayed in green text color:

      h1,h2,h3,h4,h5,h6

      {

      color:green

      }

      The class Selector

      With the class selector you can define different styles for the same type of HTML element.

      Say that you would like to have two types of paragraphs in your document: one right-aligned paragraph, and one center-aligned paragraph. Here is how you can do it with styles:

      p.right {text-align:right}

      p.center {text-align:center}

      You have to use the class attribute in your HTML document:

      This paragraph will be right-aligned.

      This paragraph will be center-aligned.

      Note: To apply more than one class per given element, the syntax is:

      This is a paragraph.

      The paragraph above will be styled by the class "center" AND the class "bold".

      You can also omit the tag name in the selector to define a style that will be used by all HTML elements that have a certain class. In the example below, all HTML elements with class="center" will be center-aligned:

      .center {text-align:center}

      In the code below both the h1 element and the p element have class="center". This means that both elements will follow the rules in the ".center" selector:

      This heading will be center-aligned

      This paragraph will also be center-aligned.

      Do NOT start a class name with a number! This is only supported in Internet Explorer.

      Add Styles to Elements with Particular Attributes

      You can also apply styles to HTML elements with particular attributes.

      The style rule below will match all input elements that have a type attribute with a value of "text":

      input[type="text"] {background-color:blue}

      The id Selector

      You can also define styles for HTML elements with the id selector. The id selector is defined as a #.

      The style rule below will match the element that has an id attribute with a value of "green":

      #green {color:green}

      The style rule below will match the p element that has an id with a value of "para1":

      p#para1

      {

      text-align:center;

      color:red

      }

      Do NOT start an ID name with a number! It will not work in Mozilla/Firefox.

      CSS Comments

      Comments are used to explain your code, and may help you when you edit the source code at a later date. A comment will be ignored by browsers. A CSS comment begins with "/*", and ends with "*/", like this:

      /*This is a comment*/

      p

      {

      text-align:center;

      /*This is another comment*/

      color:black;

      font-family:arial

      }

    【教程css英文語法】相關文章:

    css屬性定位教程07-23

    CSS入門教程01-25

    CSS閉合浮動元素教程06-26

    CSS選擇器教程06-05

    CSS教程之盒模型10-17

    日語的態語法教程06-30

    關于CSS教程:復合型條狀圖表01-25

    丹麥語語法教程08-23

    CSS基礎教程之背景圖片07-31

    CSS-層疊樣式表基礎教程08-10

    主站蜘蛛池模板: 999国内精品永久免费观看| 精品精品国产国产| 精品日本一区二区三区在线观看 | 人精品影院| 国产91精品在线观看| 久久水蜜桃亚洲av无码精品麻豆| 午夜在线视频91精品| 国产微拍精品一区二区| 中文字幕成人精品久久不卡| 99久久免费国产精精品| 精品人伦一区二区三区潘金莲| 亚洲精品少妇30p| 亚洲一日韩欧美中文字幕欧美日韩在线精品一区二 | 无码囯产精品一区二区免费| 亚洲国产精品一区二区第一页免 | 国产69精品久久久久99| 免费精品99久久国产综合精品| 2022精品天堂在线视频| 国产精品视频二区不卡| 精品国产粉嫩内射白浆内射双马尾 | 中文字幕精品久久久久人妻| 天天视频国产精品| 无码人妻精品一区二区蜜桃百度 | 97久久国产亚洲精品超碰热| 国产精品三级在线观看无码| 国内精品伊人久久久久AV影院 | 欧美成人精品一区二区三区| 九九热在线精品视频| 久久精品中文字幕久久| 日韩麻豆国产精品欧美| 91热成人精品国产免费| 91精品国产91久久| 99久久精品久久久久久清纯| 国产成人久久久精品二区三区| 国产精品成人观看视频| 国产精品V亚洲精品V日韩精品| 精品国产AⅤ一区二区三区4区| 久久夜色精品国产亚洲av| 四虎精品免费永久免费视频| 亚洲av午夜成人片精品网站| 乱精品一区字幕二区|