Style Sheet

Written by @m_k_amin 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.

Code Snippet:

                                                
                                                <!-- this script is provided by https://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='https://www.htmlfreecode.com' style='font-size: 8pt; text-decoration: none'>Html Free Codes</a>                                                
                                            

Example:


About @m_k_amin

This user is pending a biography.

M

Comments


Here you can leave us commments. Let us know what you think about this code tutorial!

0 / 300

TRENDING POST
1
2
3
4
5
VISITORS
Online Users: 12
Recent Members: Ali7hry, alexnicola, Adam20, Prashanthcs11, Designer Diva
advertisement 2