
Super 15 batch 1&2 quiz 6

Quiz
•
Other
•
University
•
Medium

Gnaneshwar Reddy
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Problem Statement: Default Block-Level Elements
Which of the following HTML elements is a block-level element by default?
A) <span>
B) <img>
C) <div>
D) <a>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Problem Statement: CSS Box Model
Which of the following properties are included in the CSS box model?
A) border, padding, margin
B) width, height, padding
C) border, content, padding, margin
D) content, padding, border, margin
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Problem Statement: Inline vs Block Elements
Which of the following statements is true about inline elements?
A) Inline elements always occupy the full width of the container.
B) Inline elements respect the width and height properties.
C) Inline elements can contain block-level elements.
D) Inline elements do not start on a new line by default.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Problem Statement: CSS Flexbox
In a flexbox container, which property is used to align items along the main axis?
A) align-items
B) justify-content
C) align-content
D) flex-direction
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Problem Statement: JavaScript Variable Scopes
What will the following code output?
js
var a = 10;
{
let a = 20;
console.log(a);
}
console.log(a);
A) 20, 10
B) 10, 20
C) 20, 20
D) 10, 10
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Problem Statement: DOM Manipulation
Which JavaScript method is used to add an HTML element dynamically to the DOM?
A) document.append()
B) document.add()
C) document.createElement()
D) document.insertElement()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Problem Statement: Event Bubbling and Capturing
Which event phase is responsible for executing an event in the order it is triggered by the deepest nested element first?
A) Event capturing
B) Event bubbling
C) Event propagation
D) Event delegation
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Quiz 3

Quiz
•
University
12 questions
Curso de HTML e CSS

Quiz
•
1st Grade - University
10 questions
CSS Box Model

Quiz
•
University
15 questions
Luyện tập CSS

Quiz
•
University
17 questions
EBUS2-3

Quiz
•
University
20 questions
Batch E418

Quiz
•
University
10 questions
Introduction to CSS

Quiz
•
University
10 questions
Quiz __ Day --7

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade