What tag will let you bind an external .css file to a parent .html file? code example
Example: link style css to html
<link rel="stylesheet" type="text/css"href="style.css">
<link rel="stylesheet" type="text/css"href="style.css">