HTML, CSS & JS

HTML, CSS & JS

11th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

HTML / CSS

HTML / CSS

11th Grade

20 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

N5 - HTML + CSS

N5 - HTML + CSS

6th Grade - Professional Development

22 Qs

La sintassi CSS

La sintassi CSS

9th Grade - Professional Development

20 Qs

Final Exam Review 2018

Final Exam Review 2018

10th - 12th Grade

20 Qs

UH_TIK_XII

UH_TIK_XII

12th Grade

20 Qs

HTML, CSS & JS

HTML, CSS & JS

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Matt Hunt

Used 283+ 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?