Css Is Not Working In Html Code Example


Example 1: why is my css code not working


# If you havent put this in your code this may be the reason why your CSS code isnt working, its weird but yeah!
<link type="text/css" rel="stylesheet" href="http://fakedomain.com/smilemachine/html.css" />

Example 2: css not working


<link type="text/css" rel="stylesheet" href="http://yourdomain.com/dir/file.css" />

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy