" Hyperlink means a link which when clicked go to another section of webpages,posts,etc..."For example : Add Favicon to your blog easily
Steps to add hyperlink:
* Open in same window
Html code is : <a href="Url">TEXT HERE </a>
For example : Url: http://www.Yahoo.com
Text Here: Yahoo
So the html code looks like: <a href="http://www.yahoo.com">Yahoo</a>
Result: Yahoo
* Open in New window
Html code is : <a href="url" target="_blank">TEXT HERE </a>
For example: Url: http://www.yahoo.com
Text here: Yahoo.com
Result: Yahoo
0 comments:
Post a Comment