how to link css to html
<link rel="stylesheet" href="styles.css">
how to link css to html
<link rel="stylesheet" href="styles.css">
how to link html page to css
//this is my code
in order to link html page to css then you must write this line in the html page
<link href="style.css" rel="stylesheet" type="text/css" />
however you must write this line inside the <head> tag in the wanted html page
href="style.css" --> it refer to the name of the css page that you want this
html page to connect to.
type="text/css" --> this part is optional and you don't have to write it
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us