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.Make an entry for every class you assigned using:
.classname { }
3.Assign attributes for the classes, such as:
.classname {height: 20px; background-color: #ffffff}
4 .Repeat the same above steps for every class, and save your documents .
5.Open your HTML file in any web browser to check your work, and the code with a CSS validator.
Specify styles for CSS classes
1. Create a normal HTML file. It should contain the following tags along with their closing tags.
<!DOCTYPE...
css classes specify styles
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users