Pre Test

Pre Test

Professional Development

12 Qs

quiz-placeholder

Similar activities

HTML & CSS Certification Review

HTML & CSS Certification Review

6th Grade - Professional Development

16 Qs

HTML and CSS Final Test

HTML and CSS Final Test

6th Grade - Professional Development

16 Qs

Module 2

Module 2

University - Professional Development

10 Qs

HTML Basics

HTML Basics

Professional Development

15 Qs

Formularios HTML

Formularios HTML

Professional Development

16 Qs

html, css quiz

html, css quiz

6th Grade - Professional Development

10 Qs

Web

Web

10th Grade - Professional Development

10 Qs

HTML & CSS Tag

HTML & CSS Tag

6th Grade - Professional Development

16 Qs

Pre Test

Pre Test

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Muhammad Tayyeb

Used 7+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does HTML stand for?

High Text Mark Language


  • Hyper Text Making Language


Hyper Text Markup Language

High Technology Markup Language


2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to define the document type declaration in HTML5?

  • <document type="html">


  • <html type="text/html">


<DOCTYPE html> ✅


None of the above

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which HTML element is used to create a heading of the largest size?

<h0>

<h1>

<h2>

<h3>

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the function of the <br> tag?


Creates a new paragraph


Inserts a line break


Defines a bold style


Adds emphasis to text


5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is NOT a valid attribute for the <img> tag?


src

alt

size

color

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you create an ordered list in HTML?


<list> ... </list>


<ol> ... <ol/>

<ol> ... </ol>


<orderlist> ... </orderlist>


7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How do you define a table heading row in HTML?


<tr><th>Heading 1</th><th>Heading 2</th></tr>


<table><thead><th>Heading 1</th><th>Heading 2</th></thead></table>


  • <td><b>Heading 1</b></td><td><b>Heading 2</b></td></td>


Table headings are not defined 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?