Search This Blog

CSS Font Weight Example

CSS Font Weight Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
p{
font-weight:bold;
}
</style>
</head>
<body>
<h1> Font Weight Example </h1>
<p>There we use Font with font-weight property in our web pages.</p>
</body>
</html>
OUTPUT
CSS Font Weight Example

No comments:

Post a Comment