Search This Blog

CSS Element Selector Example

CSS Element Selector Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
p {
color: blue;
font-size: 20px;
}
</style>
</head>
<body>
<h1> Element Selector Example </h1>
<p> Element Selector use perticular HTML element. LIKE here we use < p > tag or element. </p>
</body>
</html>
OUTPUT
CSS Element Selector Example

No comments:

Post a Comment