Quiz 1 - BSIS 3A - ITEDEV 313

Quiz 1 - BSIS 3A - ITEDEV 313

Professional Development

40 Qs

quiz-placeholder

Similar activities

Working with Docker Registries, Images and Containers

Working with Docker Registries, Images and Containers

Professional Development

44 Qs

TA 1 Equity Test

TA 1 Equity Test

Professional Development

36 Qs

04妊娠身心變化

04妊娠身心變化

Professional Development

44 Qs

IPP Exam 2 - Interprofessional Teamwork

IPP Exam 2 - Interprofessional Teamwork

Professional Development

45 Qs

TA 1 - LV2 ItemSet Quants 2

TA 1 - LV2 ItemSet Quants 2

Professional Development

44 Qs

Verbal

Verbal

Professional Development

35 Qs

Web em hipertexto

Web em hipertexto

Professional Development

45 Qs

Pengantar Sistem Digital

Pengantar Sistem Digital

University - Professional Development

35 Qs

Quiz 1 - BSIS 3A - ITEDEV 313

Quiz 1 - BSIS 3A - ITEDEV 313

Assessment

Quiz

Professional Development

Professional Development

Easy

Created by

Ryan Gente

Used 19+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does HTML stand for?
Hyperlink and Text Markup Language
Hyper Text Markup Language
Home Tool Markup Language
High-Level Text Management Language

Answer explanation

HTML stands for Hyper Text Markup Language.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which tag is used to define the title of an HTML document?
<body>
<title>
<head>
<meta>

Answer explanation

The <title> tag is used to specify the document's title.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The correct sequence of HTML document structure is:
<html>, <body>, <head>
<head>, <html>, <body>
<html>, <head>, <body>
<body>, <head>, <html>

Answer explanation

HTML documents start with <html>, followed by <head>, and then <body>.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which tag is used to display an image in an HTML document?
<img>
<picture>
<src>
<image>

Answer explanation

The <img> tag is used to display images in HTML.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What attribute is used to specify alternative text for an image?
src
alt
title
href

Answer explanation

The 'alt' attribute provides alternative text for an image.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which tag is used to create a hyperlink in HTML?
<a>
<hlink>
<href>
<link>

Answer explanation

The <a> tag is used to create hyperlinks in HTML.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which HTML element is used to specify a section of content that is separate from others?
<div>
<span>
<section>
<article>

Answer explanation

The <div> tag is a block-level element used for structuring sections in HTML.

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?