0
how to add css style to the html file?
4 Answers
+ 1
with <link /> tag
+ 1
add link tag in head of htmlfile along with the file name of css ..like for eg <link type=text/stylesheet src="yourcssfilename">
+ 1
or other obvious option is using <style></style> tag
0
use link tag.