- Here, we are decorate a plain text.
<!Doctype html>
<html>
<head>
<title>CastorClasses.com</title>
<style type=”text/css>
a{
color:red; //Set Color
text-align:left; //Set Align
text-decoration:uppercase/lowercase/blink; //Set text decoration
text-transform:uppercase/lowercase/capitalize; //Set text transform
text-indent:100px; //Set text indent
}
</style>
</head>
<body>
<a href=”#”>This is My first Paragraph </a>
</body>
</html>
0 Comments:
Post a Comment