
ทดสอบหลังเรียนสัปดาห์ที่ 6
Authored by Niratcha Niam
Computers
Professional Development

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
การสร้างลิงก์ที่เชื่อมโยงไปยังหัวข้อภายในหน้าเดียวกัน ต้องใช้โค้ดใด
ก. <a href="#section1">Go to Section 1</a>
ข. <a href="section1.html">Go to Section 1</a>
ค. <a href="index.html#section1">Go to Section 1</a>
ง. <a href="mailto:section1@example.com">Go to Section 1</a>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
หากต้องการลิงก์ไปยังตําแหน่งที่กําหนดในหน้า HTML ปัจจุบัน ควรใช้วิธีใด
ก. ใช้ URL แบบสัมพัทธ์
ข. ใช้ URL แบบสัมบูรณ์
ค. ใช้mailto:
ง. ใช้tel:
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ตัวอย่างการใช้ภาพเป็นลิงก์ที่ถูกต้องคืออะไร
ก. <a href="page.html"><img src="image.jpg" alt="Description"></a>
ข. <img href="page.html" src="image.jpg" alt="Description">
ค. <a href="image.jpg"><img src="page.html" alt="Description"></a>
ง. <a src="page.html"><img href="image.jpg" alt="Description"></a>
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
หากต้องการให้ผู้ใช้คลิกที่ภาพเพื่อไปยังหน้าเว็บอื่นๆ ควรใช้โค้ดใด
ก. <img src="image.jpg" onclick="window.location.href='page.html';">
ข. <a href="page.html"><img src="image.jpg" alt="Description"></a>
ค. <a href="page.html"><img src="image.jpg" alt="Description"></a>
ง. <img src="page.html" alt="Description">
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ถ้าต้องการลิงก์ไปยังไฟล์ PDF จากหน้าเว็บ ควรใช้โค้ดใด
ก. <a href="file.pdf">Download PDF</a>
ข. <a href="file.pdf" download>Download PDF</a>
ค. <a href="file.pdf" target="_blank">Download PDF</a>
ง. <a href="file.pdf" rel="noopener">Download PDF</a>
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
หากต้องการสร้างลิงก์สําหรับส่งอีเมลไปยังที่อยู่อีเมลเฉพาะ ควรใช้โค้ดใด
ก. <a href="mailto:someone@example.com">Send Email</a>
ข. <a href="email:someone@example.com">Send Email</a>
ค. <a href="sendmail:someone@example.com">Send Email</a>
ง. <a href="mailto:someone@example.com?subject=Hello">Send Email</a>
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ถ้าต้องการเปลี่ยนสีลิงก์เมื่อผู้ใช้วางเมาส์อยู่เหนือมัน ควรใช้โค้ด CSS ใด
ก. a:hover { color: green; }
ข. a:active { color: green; }
ค. a:visited { color: green; }
ง. a:link { color: green; }
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?