1/*
2Adding css file into html document
3*/
4
5<link rel="stylesheet" type="text/css" href="yourstylesheetname.css"> /* add this line into head tag of the file with change in file name. */
6
7/*
8I hope it will help you.
9Namaste
10*/
1To add, make a stylesheet and to import we write <link rel="stylesheet" href="styles.css">