HTML & CSS
The site h ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
The site has
more than a hundred HTML documents
that have
the same style.
What is
the best way to connect CSS?
Global styles (<head><style type="text/css"></style></head>)
Linked styles (<link rel="stylesheet" type="text/css" href="styles.css">)
Style import (<style type="text/css">@import url("/styles/header.css");</style>)
Block styles (<body><style type="text/css"></style></body>)
Inline styles (<h1 style="font-size: 120%;">Heading</h1>)
Explanation
Linked styles.
Because
changing one property,
it will change on
all the html pages
in which
this CSS file is connected.
link
css
element
html
file
tag
document
linked
connect
style
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
Specify the attribute of the tag that is used to reference the external s...
How to change the color of a link to blue when the cursor moves over i...
What are the attributes which important for binding a .css file using the <...
How to use CSS for removing underlining from all links?...
What does the target attribute of <a></a> element speci...
H
TML & CSS
Quiz
Login to learn HTML & CSS
or
Read more about
HTML & CSS Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
HTML & CSS quizzes
How to make a shadow for text in gray?...
Which of the following is true about the pseudo-class ...
What is the difference between pseudo-elements :after and ...
What is the font-variant property for?...
Which color will word "text" has? <style> p{ ...
What is the property clear: both?...
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment