Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to link the css file to html

<!DOCTYPE html>

<html>
    <head>
        
        <link rel="stylesheet" href="style.css">
    </head>
<html>

#make sure that you are using the link tag inside the head tag
Source by cs50.harvard.edu #
 
PREVIOUS NEXT
Tagged: #link #css #file #html
ADD COMMENT
Topic
Name
5+5 =