Quiz1_CSCI_4410/5410

Quiz1_CSCI_4410/5410

University

30 Qs

quiz-placeholder

Similar activities

Kuis Internet1 L2324

Kuis Internet1 L2324

University

25 Qs

Цифровые кафедры в СВФУ

Цифровые кафедры в СВФУ

University

26 Qs

HTML and CSS

HTML and CSS

University

30 Qs

HTML and CSS cơ bảng

HTML and CSS cơ bảng

University

25 Qs

General Css & HTML Quiz

General Css & HTML Quiz

University

30 Qs

Quiz Kisi-Kisi Coding - STS Ganjil

Quiz Kisi-Kisi Coding - STS Ganjil

KG - Professional Development

25 Qs

JavaScript

JavaScript

University

30 Qs

HTML BASICS

HTML BASICS

KG - University

25 Qs

Quiz1_CSCI_4410/5410

Quiz1_CSCI_4410/5410

Assessment

Quiz

Computers

University

Easy

CCSS
RI.11-12.8, RI.1.5, 5.MD.C.5B

+12

Standards-aligned

Created by

Xin Yang

Used 21+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML paragraphs are defined with the _____ tag

<a></a>

<p></p>

<div></div>

<body></body>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which style has the highest priority?

inline style

internal style

external style

browser default

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All HTML tags come in pairs like <start_tag></end_tag> .

true

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<img src="mtsu.png" alt="MTSU Campus">

What will be displayed if the image named "mtsu.png" does not exist.

nothing

MTSU Campus

mtsu.png

does not exist

Tags

CCSS.RI.11-12.8

CCSS.RI.9-10.7

CCSS.RL.11-12.8

CCSS.RL.8.7

CCSS.RL.9-10.7

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Complete the following code to display an image of size 300*200:

<img src="mtsu.png"  style ="width:___; height: 200px">

6.

OPEN ENDED QUESTION

1 min • 1 pt

In HTML, hyperlinks are defined with the <a></a> tag. Use this tag to define a hyperlink to www.mtsu.edu with the content "MTSU University"

Evaluate responses using AI:

OFF

Answer explanation

<a href="https://www.mtsu.edu">MTSU University</a>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is an ordered list.

<ul>

<li>Coffee</li>

<li>Tea</li>

<li>Milk</li>

    </ul>

Ture

False

Tags

CCSS.RI.1.5

CCSS.RI.2.5

CCSS.RI.K.5

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?