how to put css in a different file into html code example Example: how to link your css file to html <head> <link rel='stylesheet' href='style.css'> </head>