w02-HTML語言-2

w02-HTML語言-2

11th Grade

10 Qs

quiz-placeholder

Similar activities

html

html

11th Grade

12 Qs

How much of web development do I know ?

How much of web development do I know ?

11th - 12th Grade

10 Qs

uCertify SDA Lesson 5 Quiz

uCertify SDA Lesson 5 Quiz

8th - 12th Grade

15 Qs

HTML (3CS)

HTML (3CS)

10th - 11th Grade

10 Qs

HTML Básico

HTML Básico

8th Grade - University

14 Qs

IT test 10-sinf

IT test 10-sinf

9th - 12th Grade

15 Qs

soal html 1

soal html 1

11th Grade

10 Qs

table1

table1

10th - 12th Grade

7 Qs

w02-HTML語言-2

w02-HTML語言-2

Assessment

Quiz

Computers

11th Grade

Medium

Created by

邱建誌 邱建誌

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

網頁使用16進位顏色碼。

請問下面HTML碼在瀏覽器中,文字會呈現何種顏色?

<font color=#0000FF>紅包裡面只有1000元</font>

白色

紅色

綠色

藍色

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

網頁使用16進位顏色碼。

請問下面HTML碼在瀏覽器中,文字會呈現何種顏色?

<font color=#00ff00>紅包裡面只有1000元</font>

白色

紅色

綠色

藍色

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

如圖,想用右上角的顏色的橫線,

指令是?

<hr color=109>

<hr color=#6dd0cd>

<hrcolor=#6dd0cd>

<hr color=208>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<img>是插入圖片指令,若有圖片url為https://127.0.0.1/good.jpg

且希望圖片的寬度限制為100像素,則此圖片指令為?

<img src="good.jpg width=100">

<img src="https://127.0.0.1/good.jpg width=100">

<img src="https://127.0.0.1/good.jpg" width="100">

<img=src"https://127.0.0.1/good.jpg width=100">

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

超連結的指令:若想讓「購買習維尼」5個字有超連結,連至某詐騙網站

https://liar.com.tw,

則指令為?

<a href="https://liar.com.tw"></a>購買習維尼

<a href="https://liar.com.tw">購買習維尼</a>

<a href="https://liar.com.tw" 購買習維尼></a>

<a URL="https://liar.com.tw">購買習維尼</a>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

若想讓圖片<img src="URL">有超連結,可以連至 https://tw.yahoo.com

則指令為?

<a href="https://tw.yahoo.com"><img src="URL"></a>

<img src="URL">

https://tw.yahoo.com.tw

<img src="URL" href="https://tw.yahoo.com">

<img src="URL"><a https://tw.yahoo.com></a>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

如圖,若想在d.htm作超連結,連至e.htm,且使用相對路徑法,

其寫法為?

<a href="../coffee/2024/jan/e.htm"></a>

<a href="2024/jan/e.htm"></a>

<a href="coffee/2024/jan/e.htm"></a>

<a href="../2024/jan/e.htm"></a>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?