Email This Post
Print This Post
Aug
2007
Make Passive Online Income | How to Create Lens with Simple HTML Code
Tags : HTML Code, make money online, Make Passive Online Income, Squidoo, Squidoo Lens
Create a lens in Squidoo is easy but to get a good Squidoo ranking need a little bit of sweat!! You can get ideas on how to get a good ranking by reviews the Squioo Top 100 lens .
I will be showing you some quick and easy HTML code which you can use in Squidoo lens.
1. Create a Hyperlink (URL Link)
HTML Code:-
<a href=”http://www.domain.com”>Click here to view</a>
Actual Results:-
You can write anything between the > and the <. This will bring your visitor to another site by just click on the link.
2. Create a Email Link
HTML Code;-
<a href=”mailto:username@domainname.com”>Email Me</a>
Actual Results
You can write anything between the > and the <. This will bring your visitor to launch a mail application and compose a mail to you.
3. Bold and Italics
HTML Code:-
-
<b>Bold</b>
-
<i>Italics</i>
-
<b><i>Bold Italics</i></b>
-
<strong>Strong</strong>
- <em>Emphasis</em>
Actual Results:-
-
give a Bold text result
-
give a Italics text result
-
give a Bold and Italics text result
-
give a Strong text result (which is similar to Bold)
-
give a Emphasis text result (which is similar to Italics).
I found out this site which provides HTML codes chart which you can apply it to your Squidoo lens.
If you need to see it to understand better, This Ebook with Videos will actually let you master all the HTML codes in the faster time.











