HTML, CSS & JS

HTML, CSS & JS

11th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

HTML Test

HTML Test

9th - 12th Grade

20 Qs

Last Web Quiz 2025

Last Web Quiz 2025

11th Grade - University

21 Qs

HTML5 Basics

HTML5 Basics

6th - 12th Grade

20 Qs

Final Exam Review 2018

Final Exam Review 2018

10th - 12th Grade

20 Qs

HTML5 & CSS3 Refresher

HTML5 & CSS3 Refresher

7th - 12th Grade

21 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

25 Qs

HTML / CSS

HTML / CSS

11th Grade

20 Qs

HTML, CSS & JS

HTML, CSS & JS

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Matt Hunt

Used 284+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.Which of the following is the correct tag to create a text box?

<input> text </input>

<text>

<input = “text”>

<input type = “text”>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2.What tag represents a line break?

<br>

<break>

<space>

<enter>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct tag to create a submit button?

<input type="submit"> Submit </button>

<button type="submit"> Submit </button>

<button type=Submit> “submit” </button>

<button type=submit> Submit </button>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what attribute of the <form> tag is the form handler stated?

method

server

action

type

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Within what tags is the JavaScript code stated?

<script> tag

<javascript> tag

<jscript> tag

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A paragraph is defined in HTML code.

<p id=“display”> </p>

What is the JavaScript code to change this paragraph?

document.getElementById(“p").innerHTML = 'Hello World!’;

document.getElementById("display").innerHTML = 'Hello World!’;

display.innerHTML= 'Hello World!’;

alert('Hello World!');

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to display a message in an alert box?

alert(‘Hello World!’);

alertbox(‘Hello World!’);

msgprompt(‘Hello World!’);

display(‘Hello World!’);

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?