#2 CodeCademy/ Khan Academy Weekly Quizz

#2 CodeCademy/ Khan Academy Weekly Quizz

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

HTML Intro

HTML Intro

9th - 12th Grade

12 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

HTML -znaczniki 1

HTML -znaczniki 1

7th Grade - University

15 Qs

HTML Introduction

HTML Introduction

9th - 12th Grade

10 Qs

HTML Introduction

HTML Introduction

9th - 12th Grade

15 Qs

Introduction to HTML

Introduction to HTML

9th - 12th Grade

10 Qs

Web (Fall '22) Part III

Web (Fall '22) Part III

12th Grade

14 Qs

HTML/CSS Quiz

HTML/CSS Quiz

10th Grade - University

10 Qs

#2 CodeCademy/ Khan Academy Weekly Quizz

#2 CodeCademy/ Khan Academy Weekly Quizz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

What of the following declaration texts is NOT for a HTML 5 document?

<!DOCTYPE html>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does the following code inform your browser to do? <html>, </html>

a password for the browser to work properly

That images will follow

It informs the browser to run Java Script

It informs your browser that anything in between the <html>, </html> tags will be HTML code.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The <head> element contains what data in a web page?

superlative data

metadata

CSS

macrodata

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

The <head> element contains what data in a web page?

superlative data

metadata

CSS

macrodata

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Which following element contains data that isn't directly displayed on a web page? But could be displayed somewhere else other than the web page? (think outside the web page itself).

<title>Example<title>

<h ref=>

<body>

<br>

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Which of the following code is in the proper order to display the Site Title: Brown Bears?

<html>, <body>, <head>, <title>

<DOC TYPE! html>, <html>, <body>, <head>, <title>

<!DOC TYPE html>, <html>, <body>, <head>, <title>

<!DOC TYPE html>, <body>, <html>, <head>, <title>

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following code is a link to another web page?

Media Image
Media Image
Media Image
Media Image

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?