saving . . . saved About CSS folder link has been deleted. About CSS folder link has been hidden .
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 19-03-20, 1:38 p.m. pruthvika85221@gmail.com

Answers:

Add the foll tag in the <head> tag of your html:

<link rel="stylesheet" href="styles.css">

to link an external css file.
19-03-20, 1:55 p.m. kashmira.n
I gave path of CSS file correctly with HTML page by using upper syntax but not linked successfully ,
not able to make a table with border in HTML page
Help
14-06-21, 10:02 p.m. anirudh19ecu028@ncuindia.edu

Login to add comment


Kindly refer to the tutorial on "Styles and CSS" under HTML Spoken Tutorial series.
19-03-20, 3:09 p.m. pravin1389
I tried a lot but not able to fix it

14-06-21, 10:05 p.m. anirudh19ecu028@ncuindia.edu

Login to add comment


Log-in to answer to this question.