Cool HTML Tricks

Ranked #327 in Squidoo Community, #46,876 overall

Learn How To Use HTML Coding On A Lens


Welcome to Squidoo, my fellow lensmasters. I am compiling this instructional lens on html coding. This lens will be beneficial to all lensmasters; whether your a newbie, or a higher-level squid, you will definitely find this lens helpful. This lens will instruct, step by step,
how to use html for bolding text, italicized text, changing fonts, background colors and more
. As a squidoo newbie, I had tons on questions in regards to html tricks. I had no clue that you needed html coding to change text fonts, to bold text, or to italicize text. I thought that there was some sort of button to click and it would highlight the actual word. Squidoo has taught me so much, and challenged my web experience. I must admit that this has been a great learning experience for me. As a result, I decided to relay what I've learned for new newbies. I am now on a journey to make the squidoo experience easier for newbies. Please take a journey with me inside the world of html source coding. Learn how to customize your page so that it stands out. If you have any comments or concerns please feel free to leave remarks in the guestroom. Thanks in advance for viewing my lens. Don't forget to like my lens, bookmark it, and please share it with whomever you like. Facebook it, and tweet it.


What Is HTML?
As a pair they appear like this "<>>". As a fairly new lensmaster, I observed a lot of great lenses with animation, bold print, and graphics and I've wonder how did the lensmaster make those words bold? I've wondered, how did the lensmaster italicize that word, or how did that lensmaster highlight that link? Finally, I found the answer to that question. It is through HTML source coding. Pay attention as i give you some very important sample codes. These codes can be copied and pasted so that you can use them as needed in your lens. However, HTML codes can be used on any website because this is special computer/web language. So feel free to reference this page and use these codes as much as you'd like.

For Great HTML Templates And More Check Out Theses Websites

Pagebreeze
Free HTML Editor, Visual Page Editor, Graphics and more from this site.
Download all the free clipart and backgrounds you want! Clip art and graphics are all royalty free, Select from clip art sections above, 10000 free backgrounds, buttons, banners, and clipart textures to choose from.
ABC Giant Clipart provides a fast site just for you. Download all the free clipart and backgrounds you want
FreeWebsitebuttons.com
Get your free web buttons Here.
HTML Background Code
Great website for html coding. Find all html source coding here.
Easy Hyperlinks Free
Great website that automatically builds your anchor link.

Just How Do I Italicize On Squidoo.



How To Italicize Text On A Lens?

After compiling several lenses, I wondered, "have I missed something"? I wondered that simply because I'd viewed lenses with underlines, bold printed text, graphics, and different themes. I thought that I had to level up to unlock some high level gift, that would allow me to bold print, italicize, use graphics etc. To my surprise, that is not the case here. HTML source coding is key to formatting the perfect lens on squidoo. Pay close attention as I give you step by step instructions on how to italicize print in your text.

To create italic letters:

For html italics or to italicize your text (slant)

Sample code:
>i<your slanted text here>i/<
Italic text will come out like this: Slanted Text.

You might refer to these italic tags as "i" tags.

Make Your Keywords Standout In Bold Text

To make text bold on a lens use this code; <b>Some Bold Text</b>



How To Bold Text On A Lens?

First, you should select any text template. In the box labeled enter your text below, you should use your tag codes. They will look like this.

To make font bold just type: <b>Your Bold Text Here</b>
Bold text will come out like this: Your Bold Text Here
You might refer to these bold tags as "b" tags."b" tags are great to highlight keywords, so that the search engine's like www.google.com, and www.yahoo.com, will index your article or lens.

YouTube

What is HTML?
by BlossomedRose | video info

22 ratings | 9,308 views
curated content from YouTube

When selecting font families be careful, too many font families on one lense can look strange. Use two font- families at most.

Use this code to change background, fontsize, and font color.



How to Change Background Colors,Font-Size, and Text Coloring?

I know time and time again, I come across lenses that feature an array of colors. I was puzzled, thinking no way, i didn't get that theme. Recently, I discovered style tags. Style tags are key to changing colors, font-size, and text coloring. For instance a <b>style tag</b> code would look like this. You should place this code at the top of any text module where you want the color to begin. Don't forget to place the closed "p" tag at the end. What ever colors you like you can insert in place of my colors, what ever font size you can insert in place of the thirteen, and what ever style font you can insert in place of the comic sans ms, and lastly whatever color text you like you should insert in place of the darkbrown.

For instance, this HTML Sample Code was used for this gold color scheme and darkbrown font.
<p style="background: gold; font-size: 13px; font-family: comic sans ms; color: dark brown">

Be sure to place the closed "p" tag at the end of the paragraph where you the color and changes to end. The "p" tags are paired as well.</p><p></p>

When changing background colors, stick with one on a lens. Too many colors can look be faulty and tacky

Use This Code To Make Font Bold, and Change Font Size.

<b style="font-size: 19px">Make Font Bold And Change Size</b>



Changing a text's font size and color can make take a lens from average to outstanding. It sort of an special effect. This can make all the difference when customizing a lens. After all, a lens should reflect it's lensmaster's persona. I would encourage you to try this with your lenses. Use code listed in subtopic at the beginning of a module.

Here is a bold and bigger font. <b style="font-size: 19px">Change Font Size</b></i></p>

HTML Code Cheat Sheet

<b> used for bold text
<a> anchor text
<br /> defines a single line break
<big> big text
<body> defines the body of the text
<em> defines emphasized text
<p> defines a paragraph
<i> defines italicized text
<img /> defines images
<strong> defines strong text

Grab These Great Guides: Create Your Own Website

Loading

HTML HyperLinks


A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document.

When you move the cursor over a link in a Web page, the arrow will turn into a little hand.

Links are specified in HTML using the<a>tag.

The<a> tag can be used in two ways:

To create a link to another document, by using the href attribute
To create a bookmark inside a document, by using the name attribute

Ordinary link: <a href="http://www.example.com/">Link-text goes here</a>
This formula will allow you to link to another website or webpage.
Create Your Own Anchor Link, Click Here
Image-link: <a href="http://www.example.com/"><img src="URL" alt="Alternate Text"/ ></a>
Link to an image or image website.

Mail to link: <a href="mailto:webmaster@example.com">Send e-mail</a>
Link directly to an email.
A named anchor
<a>Tips Section</a>
<ahref="#tips">Jump to the Tips Section</a>

Html background and border CODE

To Get This Background and Border Use The HTML Code Listed Below



<p style="border: solid 10px #99aabb; background: #ddddff; padding: 15px; margin: 0; text-align: justify; line-height: 23px; color: #191970; font-size: 18px">YOUR INFO HERE</p>>

But What About Graphics?



Get Cool Graphics Here

Graphics add so much individuality to a lens. They are very important to take on a special effect. There are several ways to get graphics. However, I think I've found the easiest way, and that is by joining this website. These graphics are free. Cool Text: Logo and Graphics Generator

Poll Module

Loading poll. Please Wait...

Get These Great HTML Guides From Amazon

These books are all great. They are long term investments. With easy to comprehend step by step instructions, you can make tons of money being a webmaster. You should invest in one today.
Loading

What Do You Need Help With Here On Squidoo?

  • Atreyusmommy May 17, 2012 @ 6:12 pm | delete
    Thank you for this lens. It's very helpful
  • TLStahling Apr 30, 2012 @ 12:23 am | delete
    I was searching for html for Squidoo. You answered my question. Thanks.
  • mrsjordanjr Apr 19, 2012 @ 6:08 pm | delete
    HIgh five! Was happy to learn about 'style tags'. Thank you!
  • cffutah Apr 6, 2012 @ 9:12 am | delete
    Well done on this, I needed the html code to bold something in a lens and easily found it here. *blessed by a squid angel* for a job well done.
  • KaneshiaKelly Apr 6, 2012 @ 10:08 am | delete
    Thanks, im glad to be of assistance. Thanks for blessing my lens
  • Load More

by

KaneshiaKelly

Hello world. I am a Single, self-motivated very opinionated Godfearing woman. I am very determined to make a living from working at home. I have autho... more »

Feeling creative? Create a Lens!