skip to Main Content

I cant connect my .html files with the .css file so my website appearance is so bad I cant connect my .html files with the .css file so my website appearance is so badI cant connect my .html files with the .css file so my website appearance is so badI cant connect my .html files with the .css file so my website appearance is so badI cant connect my .html files with the .css file so my website appearance is so badI cant connect my .html files with the .css file so my website appearance is so badI cant connect my .html files with the .css file so my website appearance is so badI cant connect my .html files with the .css file so my website appearance is so badI cant connect my .html files with the .css file so my website appearance is so badI cant connect my .html files with the .css file so my website appearance is so bad

2

Answers


  1. permission to answer Hans Leonardi

    Type this inside the head element

    … = replace with the location of your CSS file

    suppose like this

    I hope this helps

    Login or Signup to reply.
  2. Just add this line to the <head> tag in your HTML code:

    <link rel="stylesheet" href="styles.css" >
    

    Replace "styles.css" with the location of your CSS file.

    Also, please don’t repeat the same sentence multiple times in your post. Providing more detail is always best.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search