1 X Web前端題3 技能提公升

2021-10-07 12:00:53 字數 2591 閱讀 1939

請選擇產生粗體字的html標籤:

a < bold >

b < bb >

c < b >

d < bld >

答案:c

通常情況下,乙個url的格式是

a 協議//路徑名稱主機:埠/#雜湊標識?搜尋條件

b 協議//主機:埠/#雜湊標識/路徑名稱?搜尋條件

c 協議//主機:埠/路徑名稱?搜尋條件

d 協議//主機:埠?搜尋條件/路徑名稱#雜湊標識

答案:c

請選擇可以使單元格中的內容進行左排列的正確html標籤:

a < td align=「left」 >

b < td valign=「left」 >

c < td leftalign >

d < tdleft >

答案:a

們想要將**中加入的影象充滿整個單元格,使用哪種方式可以做到?

a size=「100」

b size=「100%」

c width=「100」

d width=「100%」

答案:b

想要將**中的文字放在靠上居中的位置,應該怎麼辦?

a align="middle"align=「top」

b align="center"align=「top」

c valign="middle"align=「top」

d valign=「top」 align=「center」

答案:d

想要將**的寬度設定為100個畫素,應該怎麼辦?

a width=「100」

b border=「100」

c length=「100」

d maxlength=「100」

答案:a

想要在頁面中加入乙個層,可以使用哪些html標記來描述它?

a < floor >

b < div >

c < span >

d < level >

答案:b

想要在框架中加入乙個叫做list.htm的檔案,應該在html中如何描述它?

a framepage=「list.htm」

b frametarget=「list.htm」

c framesrc=「list.htm」

d frameframepage=「list.htm」

答案:c

想要讓當前頁面的背景色為藍色,應該使用哪一句**來描述此種設定?

a bgcolor=「blue」

b bgground=「blue」

c backcolor=「blue」

d background=「blue」

答案:a

請選擇產生斜體字的html標籤:

a < i >

b < italics >

c < ii >

d < it >

答案:a

想要讓**的邊框在頁面中一定不顯示出來,用什麼方法可以做到呢?

a bgcolor=「white」

b bgcolor=「null」

c border=「0」

d bordercolor=「white」

答案:c

如何產生帶有圓點列表符號的列表?

a < dl >

b < list >

c < ol >

d < ul >

答案:d

如何使文字以大寫字母開頭?

a text-transform:capitalize

b 無法通過css來完成

c text-transform:uppercase

答案:a

如何產生帶有正方形的專案的列表?

a list-type: square

b list-style-type: square

c type: square

d type: 2

答案:b

如何在css檔案中插入注釋?

a // this is a comment

b // this is a comment

c /*this is a comment */

d 』 this is a comment

答案:c

我們發現為頁面中的影象加入超連結後,預設情況下都帶有一道黑框,有什麼方法可以去掉它呢?

a bordercolor=「white」

b border=「0」

c style=「no border」

d style=「0」

答案:b

如果將想將兩個層排列在同一行中,下列描述不能實現的是()

a 直接插入兩個div標記,會自動排在同一行

b 指定div的position屬性為absolute,然後將層位置拖放到同一行中

c 指定div標記的寬,並且指定其浮動方式,當層寬度之和小於外層元素寬度時,會排在同一行

d 使用乙個**,將兩個層分別放入一行中的兩個單元格內

答案:a

下列那項技術可以用於幫助網頁設計時使頁面具有統

一、專業的外觀?

a html

b dhtml

c css

d url

答案:c

1 X Web前端題4 技能擴充套件

下列選項中,用於定義整個動畫效果完成所需要的時間的屬性是 a animation direction b animation iteration count c animation d animation duration 參 d 下列選項中,用於規定過渡效果何時開始的屬性是 a transitio...

CSS3 選擇器(1 X web 前端 複習必備)

選擇器說明 a b 選擇a之後的所有b元素 a b 選擇a的下乙個元素 選擇器說明 e attribute value 獲取指定開頭 e attribute value 獲取指定結尾 e attribute value 獲取包含某個值 選擇器說明 root 選擇文件的根元素 last child 該...

CSS的屬性 1 XWeb證書個人整理

background color 用於設定背景顏色,初始值為透明色,既可以從負元素繼承也可以直接取想要的顏色 例如 顏色名 十六進製制顏色 rgb函式 background image 用於設定背景顏色,初始值為透明色,既可以從負元素繼承。也可以直接取想要的顏色 用於設定元素的背景,預設值為none...