Long Test #2: CSS and Frames assesses knowledge in CSS, focusing on syntax, style sheet integration, and HTML-CSS interaction. It evaluates understanding of external and internal CSS usage, inline styles, and correct syntax application, crucial for web development proficiency.
<link rel=stylesheet type=text/css href=mystyle.css>
Mystyle.css
<style>
Rate this question:
In the <body> section
At the end of the document
In the <head> section
Rate this question:
<script>
<css>
<style>
Rate this question:
Font
Class
Style
Rate this question:
Body {color: black;}
Body:color=black;
{body;color:black;}
Rate this question:
Background-color
Color
Bgcolor
Rate this question:
H1 {background-color:#FFFFFF;}
All.h1 {background-color:#FFFFFF;}
23l {background-color:#FFFFFF;}
Rate this question:
Text-color
Color
Fgcolor
Rate this question:
Font-size
Text-size
Font-style
Rate this question:
<p style="text-size:bold;">
P {font-weight:bold;}
P {text-size:bold;}
Rate this question:
Font-weight
Font-family
Font-style
Rate this question:
Font:bold;
Font-weight:bold;
Style-bold
Rate this question:
List: square;
List-type: square;
List-style-type: square;
Rate this question:
Demo
*demo
#demo
Rate this question:
A {text-decoration:none;}
a {underline:none;}
A {text-decoration:no-underline;}
Rate this question:
margin-left
Padding-left
Indent
Rate this question:
Separate each selector with a space
Separate each selector with a plus sign
Separate each selector with a comma
Rate this question:
<background>yellow</background>
<body style="background-color:yellow;">
<body bg="yellow">
Rate this question:
<a href=longtest2.html>Long Test #2 </a>
<a longtest2.html>Long Test #2 </a>
<a href=longtest2.html>Long Test #2 </href>
Rate this question:
<table><head><tfoot>
<table><tr><tt>
<table><tr><td>
Rate this question:
<input type="check">
<checkbox>
<input type="checkbox">
Rate this question:
<textfield>
<input type="textfield">
<input type="text">
Rate this question:
<input type="list">
<select>
<input type="dropdown">
Rate this question:
<body style="background-image:url(background.gif)">
<body bg="background.gif">
<background img="background.gif">
Rate this question:
Frame
Frames
Frameset
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
True
False
Rate this question:
True
False
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.