Quiz 1 - BSIS 3A - ITEDEV 313

Quiz 1 - BSIS 3A - ITEDEV 313

Professional Development

40 Qs

quiz-placeholder

Similar activities

Libreoffice  Writer Shortcut Key & Basic HTMLMCQ

Libreoffice Writer Shortcut Key & Basic HTMLMCQ

Professional Development

40 Qs

C_THR81_2205 - SAP SuccessFactors Employee Central Core 1H2022

C_THR81_2205 - SAP SuccessFactors Employee Central Core 1H2022

Professional Development

37 Qs

Kelas E Kuis 3

Kelas E Kuis 3

12th Grade - Professional Development

35 Qs

Prova 3DS - PDS

Prova 3DS - PDS

Professional Development

37 Qs

Repaso de los repasos

Repaso de los repasos

Professional Development

40 Qs

EXAMEN JAVASCRIPT UF1842

EXAMEN JAVASCRIPT UF1842

Professional Development

42 Qs

Google Analytics - Final Exam

Google Analytics - Final Exam

Professional Development

35 Qs

Foundation Economics Chap 2 - Part 15

Foundation Economics Chap 2 - Part 15

Professional Development

39 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?