NEW
Font size
WorksheetsInline vs. Internal CSS
Total questions: 10
Worksheet time: 5mins
CSS stands for
Code Style Sheet
Coding Style Sheet
Cascading Sheet Style
Cascading Style Sheet
Where in an HTML document is the correct placement for an internal style sheet?
In the <head> section
In the <body> section
inside an HTML element
In the <css> section
An inline element affects
everything in a block-level element
everything in a div block
only the content between its opening and closing tags
only CSS style rules
Which HTML tag is used to define an internal style sheet?
<style>
<css>
<script>
<body>
What type of CSS is used for a single page?
external
inline
internal
Internal cascading coding would appear
inside external *.css file
inside the <head> tag
inside the <body> tag
inside an HTML element
What type of CSS is used for a single word?
internal
inline
external
Which answer shows the correct syntax for an inline style?
<p style="color:#006000">This is green</p>
<p style=color:#006000;>This is green</p>
<p style="color:#006000;">This is green</p>
<p "style=color:#006000;">This is green</p>
Any content that is visible on your web page should go between these tags.
<html></html>
<style></style>
<body></body>
<head></head>
What is the secret word?
Husky
computer
kitten
blue
hamburger
