HTML-CSS-JS-QUIZ
468 subscribers
Multiple choice Questions of HTML & CSS
Download Telegram
........... properties are written as name:value pairs, separated by commas with curly braces.
Anonymous Quiz
22%
Arrays
40%
Objects
22%
Strings
16%
All of the above
Which one is correct?

let x = "25" + "5" + "Hello"; document.getElementById("demo").innerHTML = x;
Anonymous Quiz
24%
30Hello
61%
255Hello
13%
Error
3%
No result
How many types of comments are used in Javascript ?
Anonymous Quiz
13%
1
62%
2
18%
3
7%
4
Which one is correct for Javascript Comments?
a) // Javascript Comment
b) / Javascript Comment c) <!-- Javascript Comment--> d) /* Javascript Comment */
Anonymous Quiz
21%
a & b
14%
a & c
49%
a & d
5%
a, b & c
11%
a, c & d
In Javascript, Which one of the following is used for Single line comment?
Anonymous Quiz
9%
/ Comment
40%
// Comment
10%
/ Comment /
10%
// Comment //
23%
/* Comment */
8%
<!-- Comment -->
Let car;
document.getElementById("demo").innerHTML = car
What will be the result in browser?
Anonymous Quiz
23%
String
23%
Object
12%
Number
35%
Undefined
6%
None of the above
Variables defined with ....... cannot be Redeclared , Reassigned and have Block scope.
Anonymous Quiz
15%
let
51%
const
29%
var
4%
None of the above
In Javascript, If you want your code to run in older browser, you must use .........
Anonymous Quiz
14%
let
22%
const
56%
var
7%
None of the above
The .......... keyword is used in all JavaScript code from 1995 to 2015.
Anonymous Quiz
11%
let
16%
const
51%
var
21%
All of the above
In HTML , Which target attribute's value is used to open the document in the full body of the window ?
Anonymous Quiz
15%
_self
47%
_blank
28%
_parent
10%
_top
In HTML, which attribute is used for:

When the link is clicked, the page will scroll down or up to the location with the bookmark.
Anonymous Quiz
23%
id
34%
target
16%
meta
20%
src
8%
title
JavaScript objects are containers for named values called ...............
Anonymous Quiz
20%
Methods
32%
Properties
22%
Arrays
13%
Strings
13%
All of the above
.............. are actions that can be performed on objects.
Anonymous Quiz
39%
Methods
26%
Properties
17%
Strings
15%
Arrays
3%
None of the above
In Javascript, 'this' is a .........
Anonymous Quiz
31%
String
37%
Keyword
10%
Tag
13%
Attribute
8%
All of the above
HTML-CSS-JS-QUIZ pinned «Who is making the Web standards?»
HTML-CSS-JS-QUIZ pinned «"QuickTime" video format is created by»
HTML-CSS-JS-QUIZ pinned «Which of the following is the correct way to send mail in HTML?»
HTML-CSS-JS-QUIZ pinned «Full form of PNG is»
HTML-CSS-JS-QUIZ pinned «What will be the output of following CSS code?
h1 {color: "green";}
»
HTML-CSS-JS-QUIZ pinned «Javascript Arrays are written with ______ bracket.»
In JavaScript, The escape caharacter starts from ..........
Anonymous Quiz
30%
/
24%
\
9%
|
27%
/*
10%
All of the above