How to Link to Stylesheet from HTML Page
In order to include or link a stylesheet to the HTML page, use the link tag. The link tag is placed within the <head> and </head> part of the HTML page. Like so Notice the href attribute of the link tag; href points to the CSS file. If the CSS file is in the same […]
Continue reading