Quiz 2 - HTML & CSS

A vibrant illustration of a web development concept featuring HTML and CSS code snippets on a screen with a creative, techy background.

HTML & CSS Mastery Quiz

Test your knowledge of HTML and CSS with our comprehensive quiz! This quiz will help you understand the intricacies of semantic code, markup elements, and best practices for web development.

Get ready to:

  • Understand semantic HTML
  • Reveal the structure of web pages
  • Explore styling techniques
14 Questions4 MinutesCreated by CodingGuru42
Name
Semantic code is for styling & appearance of element & its content.
True
False
Select those elements which represent some meaning of its content.
Header
Nav
Span
Aside
What is the expected result for above html
0%
0
 
0%
0
 
0%
0
 
0%
0
 
What is the correct way for comment in HTML
<-- comment -->
<-- comment !-->
<!-- comment !-->
<!-- comment -->
What is the expected result for above html
0%
0
 
0%
0
 
0%
0
 
0%
0
 
What is the expected result for above html
0%
0
 
0%
0
 
0%
0
 
0%
0
 
Select markup for showing above result
<p>Emphasis<em>Emphasis</em></p> <span><i>Emphasis</i></span> <span>Emphasis</span>
<p>Emphasis<em>Emphasis</em></p> <span><i>Emphasis</i>Emphasis</span>
<p>Emphasis<em>Emphasis</em></p> <p><i>Emphasis</i>Emphasis</p>
<span>Emphasis<i>Emphasis</i></span><br/><br/> <span><i>Emphasis</i>Emphasis</span>
_______ element is not displayed on a page and is used to outline metadata, including the document title, and links to external files. It falls directly within the html element.
<title>
<meta>
<head>
<link>
Which element is better for this content
Header
Footer
Aside
Section
What is the correct way for Linking to an Email Address
<a href="mailto:name@test.com">Email Me</a>
<a href="name@test.com">Email Me</a>
<a href="mail:name@test.com">Email Me</a>
<a href="emailto:name@test.com">Email Me</a>
Can a <section> contain <article> elements?
True
False
Can an <article> contain <section> elements?
True
False
List the elements we can use for above layout in proper sequence
{"name":"Quiz 2 - HTML & CSS", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge of HTML and CSS with our comprehensive quiz! This quiz will help you understand the intricacies of semantic code, markup elements, and best practices for web development.Get ready to:Understand semantic HTMLReveal the structure of web pagesExplore styling techniques","img":"https:/images/course7.png"}
Powered by: Quiz Maker