It's free and you have access to premium codes!
Welcome back! Please login to your account.
Don't worry, we'll send you a message to help you to recover your acount.
Written by 10 December 2012
To write advanced code for a website and give a specific style to each element on it, we need to use stylesheets. These styles can be either from famous websites such as Bootstrap or we can write our own stylesheets. Like the following code, we have assigned our desired style with a link to the desired text, which changes the color of the text and makes the background color a gradient.
<!-- this script is provided by http://www.htmlfreecode.com coded by: Kerixa Inc. -->
<head>
<meta content="en-us" http-equiv="Content-Language">
<link href="http://www.htmlfreecode.com/files/stylesheet627.css" rel="stylesheet" type="text/css">
</head>
<p class="Style1">This Text and the Background have style from a stylesheet.</p>
<div style="text-align: center">
</div><a target='_blank' href='http://www.htmlfreecode.com' style='font-size: 8pt; text-decoration: none'>Html Free Codes</a>
Comments
Here you can leave us commments. Let us know what you think about this code tutorial!