About CSS folder link
Title
Question
How to link a CSS file to written html file in notepad and run in chrome. Plz make a video of creating this CSS file and linking to the html in notepad and run in chrome.
HTML Tables-in-HTML 08-09 min 40-50 sec
Answers:
Add the foll tag in the <head> tag of your html:
<link rel="stylesheet" href="styles.css">
to link an external css file.
Kindly refer to the tutorial on "Styles and CSS" under HTML Spoken Tutorial series.
Login to add comment