Web Development Quiz

Web Development Quiz

University

10 Qs

quiz-placeholder

Similar activities

JavaScript basics

JavaScript basics

8th Grade - University

15 Qs

Web Technology

Web Technology

University

15 Qs

html тегтеріне тапсырма

html тегтеріне тапсырма

University

10 Qs

Html/Css Quiz Day 1

Html/Css Quiz Day 1

University

10 Qs

Computer Science

Computer Science

9th Grade - University

15 Qs

java operators

java operators

University

10 Qs

Quiz on Basics of C

Quiz on Basics of C

University

10 Qs

Day 1 Quiz

Day 1 Quiz

11th Grade - University

12 Qs

Web Development Quiz

Web Development Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Shatabdi Ghadei

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these elements in HTML can be used for making a text bold?

<a>

<h3>

<b>

<bold>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag do we use in HTML for inserting a line-break?

<a>

<br>

<img>

<pre>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag do we use to display text along with a scrolling effect?

<marquee>

<scroll>

<div>

<section>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which selector do we use to specify the rule for binding some particular unique element?

class

tag

id

both id and class

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag do you use to directly write the style rules within a document found within the document’s head?

<css>

<style>

<php>

<script>

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is a correct output for the JavaScript code given below?

let X= “Hey”;

let Y=”There”;

alert(X+Y);

Hey There

Hey_There

HeyThere

undefined

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

let a=12

let b='2'

colsole.log(a+b);

14

122

Error

undefined

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?