css
style
script
link
<!-- Comment -->
// Comment
/* Comment */
# Comment
It is a separate document that contains CSS rules
It separates content from the presentation but both are still contained in a single file
It separates the content and style into separate files
. It allows a web designer and a content author to work in parallel
<Link> tag
<Style> tag
<Script> tag
@media
In the <body> section
At the end of the document
In the <head> section
Any Where in a Page
What will happen in the following case ?
h1 {color: red text-decoration: underline; font-style: italic;}
color: red, text-decoration: underline and font-style: italic all works
text-decoration: underline and font-style: italic works
color red, text-decoration: underline works
only font-style: italic works
Style
type
class
None of the above
The external CSS rule is applied
The inline style is applied
Both are ignored
The browser applies the styles randomly
REL
URL
REV
all of these
to make that specific paragraph text color as blue
Error
nothing happen