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