In the <body> section
At the end of the document
In the <head> section
Any Where in a Page
to make that specific paragraph text color as blue
Error
nothing happen
None of the above
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
The external CSS rule is applied
The inline style is applied
Both are ignored
The browser applies the styles randomly
css
style
script
link
<!-- Comment -->
// Comment
/* Comment */
# Comment
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
<Link> tag
<Style> tag
<Script> tag
@media
REL
URL
REV
all of these
Style
type
class