saving . . . saved html has been deleted. html has been hidden .
html
Title
Question
how to link css to html file , i am unavailable to link them , how to do?

HTML Styles-and-CSS-in-HTML 01-02 min 30-40 sec 17-07-21, 11:14 a.m. dimplemalviya09@gmail.com

Answers:

In html file under head section, after the title tag line, include the css file.

Type the following code:
<link rel="stylesheet" href="mystyle.css">

Make sure that your html and css files are kept in the same folder.
If the css file is in a different folder, then mention the full path for the file inside the code.
23-07-21, 1:12 p.m. hbammkanti


Log-in to answer to this question.