亚洲AV日韩AⅤ综合手机在线观看,激情婷婷久久综合色,欧美色五月婷婷久久,久久国产精品99久久人人澡

  • <abbr id="uk6uq"><abbr id="uk6uq"></abbr></abbr>
  • <tbody id="uk6uq"></tbody>
  • 筆試網(wǎng)頁設(shè)計2

    時間:2022-10-26 20:04:27 筆試題目 我要投稿
    • 相關(guān)推薦

    筆試(網(wǎng)頁設(shè)計)2


    四、用心想一想,你一定是生活中的智者! (每題9分,共36分)

    筆試(網(wǎng)頁設(shè)計)2

    1. 寫出ul、ol、dl三種列表的html結(jié)構(gòu)。

    答:

     


    <ul>   <li> </li> </ul> <ol>   <li> </li> </ol> <dl>   <dt> </dt>   <dd> </dd>
    </dl>
     

    2. 將以下CSS代碼進(jìn)行縮寫,注意要符合縮寫的規(guī)范。

    a)       代碼一:

    border-width:1px;

    border-color:#000;

    border-style:solid;

     

    b)       代碼二:

    background-position:0 0;

    background-repeat:no-repeat;

    background-attachment:fixed;

    background-color:#f00;

    background-image:url(background.gif);

     

    c)         代碼三:

    font-style:italic;

    font-family:"Lucida Grande",sans-serif;

    font-size:1em;

    font-weight:bold;

    font-variant:small-caps;

    line-height:140%;

     

    d)       代碼四:

    list-style-position:inside;

    list-style-type:square;

    list-style-image:url(image.gif);

     

    e)       代碼五:

    margin-left:20px;

    margin-right:20px;

    margin-bottom:5px;

    margin-top:20px;

     

    f)       代碼六:

    color:#336699;

    color:#ffcc00;

     

    答:

    代碼一:border:1px #000 solid;

    代碼二:background: #f00 url(background.gif) no-repeat fixed 0 0;

    代碼三:font:italic bold small-caps 1em/140% "lucida Grande",sans-serif;

    代碼四:list-style: url(image.gif) square inside;

    代碼五:margin:20px 20px 5px 20px;

    代碼六:color:#369;color:#fc0;

     

    3. 修改以下代碼,使其結(jié)構(gòu)更加合理以及符合W3C標(biāo)準(zhǔn)。(XHTML 1.0 Strict)

    4. 簡述border:none以及border:0的區(qū)別,并給出使用建議。

    答:border:none表示邊框樣式無,border:0表示邊框?qū)挾葹?;當(dāng)定義了border:none,即隱藏了邊框的顯示,實際就是邊框?qū)挾葹?.

    當(dāng)定義邊框時,必須定義邊框的顯示樣式.因為邊框默認(rèn)樣式為不顯示none,所以僅設(shè)置邊框?qū)挾?由于樣式不存在,邊框的寬度也自動被設(shè)置為0.

     

    【筆試網(wǎng)頁設(shè)計2】相關(guān)文章:

    應(yīng)聘網(wǎng)頁設(shè)計師筆試題分享11-21

    網(wǎng)頁設(shè)計心得12-22

    網(wǎng)頁設(shè)計總結(jié)12-23

    網(wǎng)頁設(shè)計課程03-08

    網(wǎng)頁設(shè)計基礎(chǔ)03-08

    網(wǎng)頁設(shè)計的步驟06-16

    設(shè)計理念筆試題12-16

    網(wǎng)頁設(shè)計廣告口號01-07

    網(wǎng)頁設(shè)計實習(xí)總結(jié)11-08

    網(wǎng)頁設(shè)計培訓(xùn)心得05-12