BTEC - HTML - Part 1

BTEC - HTML - Part 1

12th Grade

8 Qs

quiz-placeholder

Similar activities

Web1: Planning

Web1: Planning

7th - 12th Grade

7 Qs

Topic 1.2 Paradigms of Programming Language

Topic 1.2 Paradigms of Programming Language

12th Grade

12 Qs

C++ dasar

C++ dasar

10th - 12th Grade

9 Qs

การแบ่งปันข้อมูล

การแบ่งปันข้อมูล

12th Grade

11 Qs

PRE TEST -ETEC

PRE TEST -ETEC

12th Grade

10 Qs

OSPF

OSPF

12th Grade

11 Qs

HTML & Google Site Seatwork

HTML & Google Site Seatwork

12th Grade

10 Qs

L3 U_CC LO1 Terms

L3 U_CC LO1 Terms

12th Grade

12 Qs

BTEC - HTML - Part 1

BTEC - HTML - Part 1

Assessment

Quiz

Computers

12th Grade

Medium

Created by

David Copeland

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You should save HTML files with which file extension?
.htm
.index
.webpage
.html

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

HTML uses
Tabs
Tags
Labels
Quotes

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

<!DOCTYPE> 
Defines the document type
Defines a comment
Defines the document's body
Defines information about the document

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML stands for...
Hyper Text Markup Language
High Tech Marking Language
High Tech Modem Language
Hyper Tech Markup Lexicon

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Defines a paragraph
<pr>
<p>
<para>
<par>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you print to the screen?

consolelog()

console.log

console.log()

consolelog

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the mistake in the given code snippet? •

Console.log("Hello World!");

Uppercase "C" in console

Missing dot (.)

Missing parentheses

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the output of the given JavaScript code in the console?

console.log("Hello World!");

Hello word

hello world

Hello World!

HelloWorld