Search This Blog

CSS Star Selectors Example

CSS Star Selectors Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
* {
color: blue;
}
</style>
</head>
<body>
<h1> Star Selectors Example </h1>
<p> Star Selectors styles are apply whole web page. </p>
</body>
</html>
OUTPUT
CSS Star Selectors Example

No comments:

Post a Comment