- Here, we are set a font style.
Example:-
<!Doctype html>
<html>
<head>
<title>CastorClasses.com</title>
<style type=”text/css>
p{font-family:monospace;
font-size:40px;
font weight:bold;
font-style:italic;
}
</style>
</head>
<body>
<p>CASTORCLASSES</p>
</body>
</html>
0 Comments:
Post a Comment