
HTML and CSS Quiz

Quiz
•
Other
•
Professional Development
•
Hard
Viswathika K
Used 1+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the role of charset attribute? It specifies
a scheme to be used to interpret the value of the content attribute
a name for the metadata
the character encoding for the HTML document
the character decoding for the HTML document
Answer explanation
The charset attribute in HTML is used to specify the character encoding of the HTML document. Character encoding determines how characters are represented in bytes, which is essential for displaying text correctly, especially when the page includes special characters, symbols, or non-English alphabets.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which variable is used to collect form data sent with both the GET and POST methods?
$BOTH
$_BOTH
$REQUEST
$_REQUEST
Answer explanation
In PHP, the $_REQUEST superglobal variable is used to collect form data sent with both GET and POST methods, as well as data from cookies. It is an associative array that automatically retrieves input from $_GET, $_POST, and $_COOKIE.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For grouping together one or more
<h1> to <h6>
element what element is used?
<header>
<hgroup>
<div>
<section>
Answer explanation
The <hgroup> element in HTML is used to group a set of <h1> to <h6> headings when they form a single composite heading. This is helpful when you have a main heading with one or more subheadings and want to treat them as a unified block for semantic purposes.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Footer element can't contain ____________ information.
contact information
copyright information
the author of the document
blog post
Answer explanation
: A footer for a document or section is specified by <footer> element. It should contain information about its containing element. This element typically contains the author of the document, links to terms of use, copyright information, contact information.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not an appropriate value for border-collapse?
all
collapse
inherit
separate
Answer explanation
The border-collapse property in CSS is used with HTML tables to control whether table borders are separated or collapsed into a single border.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the specificity of this "li".
specificity = 0,0,0,1
specificity = 0,0,1,1
specificity = 0,1,1,1
specificity = 1,1,1,1
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of below mentioned code snippet?
p strong {background-color: yellow;}
Strong have yellow background
Strong element within a p element have a yellow background
Both p and strong have yellow background
None of the mentioned
Answer explanation
All <strong> elements inside <p> (paragraph) elements will have a yellow background color. The CSS selector p strong is a descendant selector. It targets all <strong> tags that are nested anywhere inside a <p> tag.
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
PUNLA Pre-Test 2024

Quiz
•
Professional Development
26 questions
react-additional-class

Quiz
•
Professional Development
25 questions
Perencanaan Berbasis Data

Quiz
•
Professional Development
25 questions
web 14,15

Quiz
•
Professional Development
25 questions
Customer Engagement Skill

Quiz
•
Professional Development
28 questions
Razor, TempData e View1..*

Quiz
•
Professional Development
27 questions
PHP 7 Tarpinis (PHP)

Quiz
•
Professional Development
25 questions
PSUEDOCODE 2 CAPGEMINI

Quiz
•
Professional Development
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