Sunday, February 19, 2012

How to link your favourite website on your blog

ब्लग मा कसरी link को  click tag राख्ने?
यसको लागि तपाइले तल दिएको html code copy गर्नुहोला :
<!doctype html>

<style>
h{color:white;}
h{color:white;}
a:link {color:#FF0000;}    /* unvisited link */
a:visited {color:#98bf21;} /* visited link */
a:hover {display:normal;font-weight:bold;color:white;background-color:green;

text-align:center;
padding:4px;
text-decoration:blink;
}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
</style>



<h><b>To Visit My Art Gallery</b></h>

<p><b><a href="http://intothefeelings.wordpress.com" target="_blank">Click Here</a></b></p>
<h><b>मेरो कृषि ब्लग Blog: With Agriculture</b></h>
<p><b><a href="http://withagriculture.wordpress.com" target="_blank">Click Here</a></b></p>

</!doctype>
माथि दिइएको code मा http://intothefeelings.wordpress.com र withagriculture.wordpress.com को  ठाउमा तपाइको websiteको link  ले replace  गर्नुहोला . अनि To visit My Art Galleryर To visit my galleryको सट्टामा  आफ्नो blog या website  को पहिचान दिने नाम लेख्नुहोला।

No comments:

Post a Comment