To setup a CSS file:
1.Create a normal HTML file. It should contain the following tags along with their closing tags.
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>
2. Create a new directory in your HTML documents directory and name it "styles".
3. Create a new file and name it “style.css†and place it in your "styles" directory. This file should be an empty text file.
4. Edit the new HTML file and add the below code above the </head> tag:
<link rel="stylesheet" type="text/css" href="styles/style.css" />
Setting up CSS file
To setup a CSS file:
1.Create a normal HTML file. It should contain the following tags along with...
setup css file
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users