Books
Learn HTML
Learn CSS
Learn Git
Learn Javascript
Learn PHP
Learn python
Learn Java
Exercises
HTML
JavaScript
Git
CSS
PHP
Courses
Quizzes
Snippets
Tools
Dark
Light
System
Quizzez
HTML Basic
CSS Basic
Javascript Basic
PHP basic
ES6 Basic
TypeScript Basic
Angular Basic
React Basic
Sass Basic
Vue.js Basic
Git Basic
SQL Basic
Quiz CSS Basic - How can you add an external style sheet in HTML?
How can you add an external style sheet in HTML?
<link rel="stylesheet" type="text/css" href="mystyle.css">
<style src="mystyle.css" />
<stylesheet>mystyle.css</stylesheet >
Answer
Your answer is correct
Your answer is incorrect
Start Quiz
Sorry about that
How can we improve it?
Thanks for your feedback!
Thanks for your feedback!
Do you find this helpful?
Yes
No
Related Questions
How can you add space between the border and inner content of the element?
How can you add CSS?
How do you inform the browser you are creating a styling section with an internal style sheet?
How to set a style for a certain HTML element with an id of "special"?
How to remove the underline from hyperlinks using CSS?
Which HTML attribute specifies an inline style sheet?
What property is used to change the size of an HTML element's border?
How can you add a comment in a CSS file?
Which property do you need to change the text color of an element?
Which property controls the size of a text?
Which selector is used to specify a style for one unique element?
Which selector do you need to define a style for multiple elements?
Which property do you need to change the background image?
How can you make a list not display bullets?
What is the correct CSS syntax for changing the font name?
Which is the correct syntax to set all the <a> tags' font-size to 13px?
Which property helps to control the text size?
How can you change the bottom margin of an element?
How can you change an element's top padding?
Which CSS syntax is commonly used to center a website horizontally?