Tuesday, August 2, 2011

HTML TAGS for website designing


Welcome to my Homepage - With regards, Lion KS.Rajmohan.

Table of TAGS FOR HTML

Rating for lion-ks-rajmohan.blogspot.com


Tag


Name


Code Example


Browser View

<!-- comment <!--This can be viewed in the HTML part of a
document-->
Nothing will show
(Tip)
<a - anchor <a href="http://www.domain.com/">


Visit Our Site</a>
Visit Our Site
(Tip)
<b> bold <b>Example</b> Example
<big> big (text) <big>Example</big> Example
(Tip)
<body> body of HTML document <body>The content of your HTML
page</body>
Contents of your web page
(Tip)
<br> line break The contents of your page<br>The contents of your page The contents of your web page

The contents of your web page
<center> center <center>This will center your
contents</center>



This will center your contents

<dd> definition description <dl>

<dt>Definition Term</dt>


<dd>Definition of the term</dd>

<dt>Definition Term</dt>

<dd>Definition of the term</dd>

</dl>


Definition Term

Definition of the term

Definition Term

Definition of the term


<dl> definition list <dl>


<dt>Definition Term</dt>

<dd>Definition of the term</dd>

<dt>Definition Term</dt>

<dd>Definition of the term</dd>


</dl>


Definition Term

Definition of the term

Definition Term

Definition of the term


<dt> definition term <dl>

<dt>Definition Term</dt>


<dd>Definition of the term</dd>

<dt>Definition Term</dt>

<dd>Definition of the term</dd>

</dl>


Definition Term

Definition of the term

Definition Term


Definition of the term

<em> emphasis This is an <em>Example</em> of using
the emphasis tag
This is an Example of using the emphasis tag
<embed>

embed object <embed src="yourfile.mid" width="100%" height="60"
align="center">


(Tip)
<embed> embed object <embed src="yourfile.mid" autostart="true" hidden="false"
loop="false">

<noembed><bgsound src="yourfile.mid"
loop="1"></noembed>




&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;bgsound src="wonderfu.mid" autostart="false" loop="1" /&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;


Music will begin playing when your page is loaded and will only play one
time. A control panel will be displayed to enable your visitors to stop the
music.
<font> font <font face="Times New
Roman">Example</font>
Example
(Tip)
<font> font <font face="Times New Roman"
size="4">Example</font>
Example
(Tip)
<font> font <font face="Times New Roman" size="+3"
color="#ff0000">Example</font>
Example

(Tip)
<form> form <form action="mailto:you@yourdomain.com">


Name: <input name="Name" value="" size="10"><br>

Email: <input name="Email" value="" size="10"><br>

<center><input type="submit"></center>

</form>

Name:

(Tip)

Email:




<h1>

<h2>

<h3>

<h4>

<h5>


<h6>
heading 1

heading 2

heading 3

heading 4

heading 5


heading 6
<h1>Heading 1 Example</h1>

<h2>Heading 2 Example</h2>

<h3>Heading 3 Example</h3>


<h4>Heading 4 Example</h4>

<h5>Heading 5 Example</h5>

<h6>Heading 6 Example</h6>





<head> heading of HTML document <head>Contains elements describing the
document</head>
Nothing will show
<hr> horizontal rule <hr />


Contents of your web page
(Tip)



Contents of your web page
<hr> horizontal rule <hr width="50%" size="3" /> Contents of your web page



Contents of your web page
<hr> horizontal rule <hr width="50%" size="3" noshade /> Contents of your web page



Contents of your web page
<hr>

(Internet

Explorer)
horizontal rule <hr width="75%"
color="#ff0000"
size="4" />
Contents of your web page



Contents of your web page
<hr>

(Internet


Explorer)
horizontal rule <hr width="25%"
color="#6699ff" size="6"
/>
Contents of your web page




Contents of your web page
<html> hypertext markup language <html>

<head>


<meta>

<title>Title of your web page</title>

</head>

<body>HTML web page contents

</body>


</html>
Contents of your web page
<i> italic <i>Example</i> Example
<img> image <img src="Earth.gif" width="41" height="41" border="0" alt="text
describing the image" />
a sentence about your site
(Tip)
<input> input field Example 1:




<form method=post action="/cgi-bin/example.cgi">

<input type="text" size="10" maxlength="30">

<input type="Submit" value="Submit">

</form>


Example 1:
(Tip)






<input>

(Internet Explorer)
input field Example 2:



<form method=post action="/cgi-bin/example.cgi">


<input type="text" style="color: #ffffff; font-family: Verdana;
font-weight: bold; font-size: 12px; background-color: #72a4d2;" size="10"
maxlength="30">

<input type="Submit" value="Submit">

</form>

Example 2:
(Tip)







<input> input field Example 3:



<form method=post action="/cgi-bin/example.cgi">

<table border="0" cellspacing="0"
cellpadding="2"><tr><td bgcolor="#8463ff"><input type="text"
size="10" maxlength="30"></td><td bgcolor="#8463ff"
valign="Middle"> <input type="image" name="submit"
src="yourimage.gif"></td></tr> </table>


</form>

Example 3:
(Tip)













<input> input field Example 4:



<form method=post action="/cgi-bin/example.cgi">

Enter Your Comments:<br>


<textarea wrap="virtual" name="Comments" rows=3 cols=20
maxlength=100></textarea><br>

<input type="Submit" value="Submit">

<input type="Reset" value="Clear">

</form>


Example 4:
(Tip)








<input> input field Example 5:



<form method=post action="/cgi-bin/example.cgi">

<center>


Select an option:

<select>

<option >option 1</option>

<option selected>option 2</option>

<option>option 3</option>


<option>option 4</option>

<option>option 5</option>

<option>option 6</option>

</select><br>


<input type="Submit" value="Submit"></center>

</form>



Example 5:
Tip)




Select an option:






<input> input field Example 6:




<form method=post action="/cgi-bin/example.cgi">

Select an option:<br>

<input type="radio" name="option"> Option 1

<input type="radio" name="option" checked> Option 2


<input type="radio" name="option"> Option 3

<br>

<br>

Select an option:<br>

<input type="checkbox" name="selection"> Selection 1


<input type="checkbox" name="selection" checked> Selection
2

<input type="checkbox" name="selection"> Selection 3

<input type="Submit" value="Submit">

</form>

Example 6:
(Tip)



Select an option:

Option 1

Option 2


Option 3



Select an option:

Selection 1

Selection 2


Selection 3



<li> list item Example 1:



<menu>

<li type="disc">List item 1</li>


<li type="circle">List item 2</li>

<li type="square">List item 3</li>

</MENU>




Example 2:



<ol type="i">

<li>List item 1</li>

<li>List item 2</li>


<li>List item 3</li>

<li>List item 4</li>

</ol>
Example 1:
(Tip)




  • List item 1

  • List item 2

  • List item 3





Example 2:



  1. List item 1


  2. List item 2

  3. List item 3

  4. List item 4

<link> link <head>

<link rel="stylesheet" type="text/css" href="style.css" />

</head>

<marquee>

(Internet

Explorer)
scrolling text <marquee
bgcolor="#cccccc" loop="-1" scrollamount="2"
width="100%">Example Marquee</marquee>
Example
Marquee

(Tip)
<menu> menu <menu>

<li type="disc">List item 1</li>

<li type="circle">List item 2</li>


<li type="square">List item 3</li>

</menu>


  • List item 1

  • List item 2


  • List item 3

<meta> meta <meta name="Description" content="Description of your
site">


<meta name="keywords" content="keywords describing your site">
Nothing will show
(Tip)
<meta> meta <meta HTTP-EQUIV="Refresh"
CONTENT="4;URL=http://www.yourdomain.com/">
Nothing will show
(Tip)
<meta> meta <meta http-equiv="Pragma" content="no-cache"> Nothing will show
(Tip)
<meta> meta <meta name="rating" content="General"> Nothing will show
(Tip)
<meta> meta <meta name="robots" content="all"> Nothing will show
(Tip)
<meta> meta <meta name="robots" content="noindex,follow"> Nothing will show
(Tip)
<ol> ordered list Numbered



<ol>

<li>List item 1</li>

<li>List item 2</li>


<li>List item 3</li>

<li>List item 4</li>

</ol>



Numbered Special Start




<ol start="5">

<li>List item 1</li>

<li>List item 2</li>

<li>List item 3</li>


<li>List item 4</li>

</ol>



Lowercase Letters


<ol type="a">


<li>List item 1</li>

<li>List item 2</li>

<li>List item 3</li>

<li>List item 4</li>


</ol>



Capital Letters


<ol type="A">

<li>List item 1</li>


<li>List item 2</li>

<li>List item 3</li>

<li>List item 4</li>

</ol>




Capital Letters Special Start


<ol type="A" start="3">

<li>List item 1</li>

<li>List item 2</li>


<li>List item 3</li>

<li>List item 4</li>

</ol>



Lowercase Roman Numerals



<ol type="i">

<li>List item 1</li>

<li>List item 2</li>

<li>List item 3</li>


<li>List item 4</li>

</ol>



Capital Roman Numerals


<ol type="I">


<li>List item 1</li>

<li>List item 2</li>

<li>List item 3</li>

<li>List item 4</li>


</ol>



Capital Roman Numerals Special Start


<ol type="I" start="7">

<li>List item 1</li>


<li>List item 2</li>

<li>List item 3</li>

<li>List item 4</li>

</ol>

Numbered



  1. List item 1

  2. List item 2

  3. List item 3

  4. List item 4



Numbered Special Start



  1. List item 1

  2. List item 2

  3. List item 3


  4. List item 4


Lowercase Letters



  1. List item 1

  2. List item 2


  3. List item 3

  4. List item 4


Capital Letters



  1. List item 1


  2. List item 2

  3. List item 3

  4. List item 4


Capital Letters Special Start




  1. List item 1

  2. List item 2

  3. List item 3

  4. List item 4


Lowercase Roman Numerals




  1. List item 1

  2. List item 2

  3. List item 3

  4. List item 4



Capital Roman Numerals



  1. List item 1

  2. List item 2

  3. List item 3

  4. List item 4



Capital Roman Numerals Special Start



  1. List item 1

  2. List item 2

  3. List item 3


  4. List item 4

<option> listbox option <form method=post action="/cgi-bin/example.cgi">


<center>

Select an option:

<select>

<option>option 1</option>

<option selected>option 2</option>


<option>option 3</option>

<option>option 4</option>

<option>option 5</option>

<option>option 6</option>


</select><br>

</center>

</form>


Select an option:
(Tip)






<p> paragraph This is an example displaying the use of the paragraph tag. <p>
This will create a line break and a space between lines.




Attributes:



Example 1:<br>

<br>

<p align="left">

This is an example<br>


displaying the use<br>

of the paragraph tag.<br>

<br>

Example 2:<br>

<br>


<p align="right">

This is an example<br>

displaying the use<br>

of the paragraph tag.<br>

<br>


Example 3:<br>

<br>

<p align="center">

This is an example<br>

displaying the use<br>


of the paragraph tag.


This is an example displaying the use of the paragraph tag.


This will create a line break and a space between lines.



Attributes:




Example 1:



This is an example

displaying the use

of the paragraph tag.


Example 2:




This is an example

displaying the use

of the paragraph tag.


Example 3:




This is an example

displaying the use

of the paragraph tag.

<small> small (text) <small>Example</small> Example
(Tip)
<strike> deleted text <strike>Example</strike> Example
<strong> strong emphasis <strong>Example</strong> Example
<table> table Example 1:



<table border="4" cellpadding="2" cellspacing="2"
width="100%">

<tr>

<td>Column 1</td>


<td>Column 2</td>

</tr>

</table>



Example 2: (Internet Explorer)




<table border="2"
bordercolor="#336699" cellpadding="2" cellspacing="2"
width="100%">

<tr>

<td>Column 1</td>

<td>Column 2</td>


</tr>

</table>



Example 3:



<table cellpadding="2" cellspacing="2" width="100%">


<tr>

<td
bgcolor="#cccccc">Column 1</td>

<td
bgcolor="#cccccc">Column 2</td>


</tr>

<tr>

<td>Row 2</td>

<td>Row 2</td>

</tr>


</table>

Example 1:
(Tip)







Column 1 Column 2




Example 2:
(Tip)







Column 1 Column 2




Example 3:
(Tip)












Column 1 Column 2
Row 2 Row 2

<td> table data <table border="2" cellpadding="2" cellspacing="2"
width="100%">


<tr>

<td>Column 1</td>

<td>Column 2</td>


</tr>

</table>







Column 1 Column 2



<th> table header <div align="center">

<table>


<tr>

<th>Column 1</th>

<th>Column 2</th>

<th>Column 3</th>



</tr>

<tr>

<td>Row 2</td>

<td>Row 2</td>

<td>Row 2</td>


</tr>

<tr>

<td>Row 3</td>

<td>Row 3</td>

<td>Row 3</td>


</tr>

<tr>

<td>Row 4</td>

<td>Row 4</td>

<td>Row 4</td>


</tr>

</table>

</div>

























Column 1 Column 2 Column 3
Row 2 Row 2 Row 2
Row 3 Row 3 Row 3
Row 4 Row 4 Row 4


<title> document title <title>Title of your HTML page</title> Title of your web page will be viewable in the title bar.
(Tip)
<tr> table row <table border="2" cellpadding="2" cellspacing="2"
width="100%">

<tr>

<td>Column 1</td>


<td>Column 2</td>

</tr>

</table>








Column 1 Column 2


<tt> teletype <tt>Example</tt> Example
<u> underline <u>Example</u> Example
<ul> unordered list Example 1:<br>

<br>

<ul>

<li>List item 1</li>


<li>List item 2</li>

</ul>

<br>

Example 2:<br>

<ul type="disc">


<li>List item 1</li>

<li>List item 2</li>

<ul type="circle">

<li>List item 3</li>


<li>List item 4</li>

</ul>

</ul>
Example 1:






  • List item 1

  • List item 2




Example 2:




  • List item 1

  • List item 2


    • List item 3

    • List item 4








"Under construction "







Your Name:


Password:




Please Place me on your mailing list:




What's Your Gender?




How Old Are You?
0-25
26-50
51 and Over




Comments:











onClick="window.location = document.Menu1.Link.options[document.Menu1.Link.options.selectedIndex].value;">


Tuesday, May 24, 2011

பெயரில் என்ன இருக்கிறது ?


"ஒரு சிறிய பெயருக்கு போரா ?பெரிய அக்கப்போராக அல்லவா இருக்கிறது ..!!


What is there in Name ?

An awareness to the benevolent people who are willing to learn from their mistakes and do their bit towards bringing equality in the society.

Bird’s eye view on names in India :

Almost all the people of Rajasthan, Punjab, Haryana, Uttar Pradesh, Bihar and Madhya Pradesh carry as their initials neither their father's nor their mother's nor their godfather's name. It is the individual's own first name that is abbreviated as initial or initials. In this case the first three letters in the name `S.P.S. Grewal' could stand for Surinder Pal Singh whose parents or forefathers might be hailing from the village by name `Grewal' that is located somewhere near Ludhiana.

In a much simplistic form `Saurav Ganguly' comprises his first name and the family name. Here the surname `Ganguly' signifies his caste/sub-caste as it is conveyed in `Mulayam Singh Yadav' and in `Arun Shourie.

An Andhrite `Krishnamurthy' can call himself as `J.K. Murthy' by prefixing his village name `Jammalamadaka.'

Maharashtrians from `Mangeshigaon' and `Tendulgaon' can suffix `Mangeshkar' and `Tendulkar' as their surnames respectively. Generally Andhrites and Maharashtrians differ in their choice as to which part to expand and which other part to abbreviate.

In Kerala, amongst certain group of families sons take the initial from father and the daughters from the mother. If one Keralite can have his house-name for initials like in `Kizhakkae Veettil Mohan,' another Keralite can have it as surname as in `Ayesha Thoappil.' Another Keralite by name `Kandatthuk Kunjuramap Panicker' went up north and proceeded to become a General in the Indian Army as `K.P. Candeth.'

What is unique about Tamil people's name ?

We boast that Tamil Nadu is the first state in India to officially remove the Caste Name from the Name.

We are practicing Native, Father's Name as surname. We have been allowed to keep Mother's Name as Initial/surname since 2002.

After several years of agitation, we finally brought our idea to remove the caste Name in the Names to full fruition. This is one of the breakthrough successes to the hard fought Philanthropists in Tamil Nadu because of its positive impact on society .


Inspired by our state , Several Higher caste People in other parts of India removed Caste Name from their Name and have been practicing a more general word "Kumar" which means Prince,Son of King or God"as surname. Few started and practicing their profession as surname.For instance, Sachin Pilot and Farooq Engineer removed their caste from their name and used their profession.

The moral of the story is, suffixing the caste name with gents was stopped about two to three decades ago in Tamil Nadu. But I understand few are flaunting their caste by keeping their social network profile names and email identities with their caste name.

I assume that they have no intention to exhibit ostentatiously their caste; perhaps it may due to their lack of awareness about our history. Unknowingly one is advocating the caste system and tries to push back the society by 40 years. One forgets the fact that, if one does it, there are million to follow the trend.

I appeal to one and all, not to use the caste name in their name or in future not to name their child with caste name. If one's official name itself has the caste name, one can change it through the formal procedure, if one wishes to be benevolent.


.....................................................

Note: The objective is to create an awareness to the benevolent people who are willing to learn from their mistakes and do their bit towards bringing equality in the society. Author is meticulous to avoid hurting anyone's feelings and the same can be brought to his attention to mitigate it, if any .







Wednesday, May 11, 2011

முகமூடி மனிதர்கள் part -I

Author : இடிதாங்கி.
Disclaimer:
இந்த தொடர் கதையில் வரும் சம்பவங்கள் , கதாபாத்திரங்கள் , கருத்துக்கள் யாவும் என் சொந்த கற்பனையே . யாரையும் குறிப்பிடுவன அல்ல .

Part 1 :

பிளஸ் டூ தேர்வு முடிவுகள் வந்து விட்டது , 1096 மதிப்பெண்கள் வாங்கிய மகிழ்ச்சியில் மூன்று நாட்கள் தூங்கவே இல்லை . டாக்டர் ஆகிவிட வேண்டும் என்ற பெற்றோரின் லட்சியம் நிறை வேறிவிடும் என்று நம்பிய அவளுக்கு அதிர்ச்சி காத்து இருந்தது . அதுவரை அவள் கேள்வி பட்டிராத பல விஷயங்கள் அடுத்த சில நாட்களில் அவள் சந்திக்க நேர்ந்தது .

Wednesday, February 9, 2011

தமிழ் வளர்க்கும் கணினி வல்லுனர்கள் : Tamil name for Dragon


JUST FOR FUN !!
NAMES ARE CHANGED .!!










siddhu :

Brain teaser for tamil experts J

What is the tamil translation for “DRAGON”

I saw the trailer of “ crouching tiger hidden dragon” in sun tv…… where “ NAGAM” is used for dragon J…… aint “ NAGAM”-------------- COBRA.

JJJ

SP.VIJAY: Dragon is a mythological creature mainly from Chinese and European Culture.

I don’t think there is a direct equivalent in Tamil exists.

Wikipedia says

The word "dragon" derives from Greek δράκων (drakōn), "a serpent of huge size, a python, a dragon"

That explains why they have used Nagam while translating “Crouching Tiger Hidden Dragon”

Otherwise there is an imaginary creature called “Yaazhi” which is extensively used in Dravidian architecture.

As far as I know, Yaazhi is actually a modification of Lion. But I have read somewhere that Yaazhi is similar to Dragon in many aspects.

(I couldn’t attach the picture of Yaazhi here. You can google it and compare with dragon J I leave it for you to decide if it is similar or not)

May be we can use ‘Yaazhi’ as the equivalent for Dragon. J



SIDDHU : NOW THAT WE DON’T HAVE A WORD FOR DRAGON IN TAMIL…… LET US GROW TAMIL….. WE WILL COIN A NAME FOR DRAGON.


SRIDHAR:


Referring from the tamil literature “nagam” (naa gha m) is not the correct word used to mention the snake. They used the word “aravam” (a ra vam). One can see this in ‘Puranaanuru’ works. For dragon we can use “maa naagam”(maa – large in tamil, nagam means serpent). “Maa Nagam” can be used. Corrections are welcomed J


RAMKUMAR: Hi All,

And while coining a word for Dragon in Tamil, Pls do consider that Snakes doesn't have Limbs. But Dragons have Limbs I suppose.

As Dragons blow Fire, I wud suggest 'Theekaki' would be a apt word J.

Thee- Fire

Kaki- One who spits something ! J

Suggestions Welcome !


SRIDHAR :

KanalkakkiJ
Kanal -> (ka null) Fire

Kakki -> (kak key) Spits in large amount

It seems to be in rhythmic effect. J Does all the dragon spits fire? Clarification needed.

MURALI:

I suppose dragon also fly....

so v can also call it as

Parakum Kanal kakki

Parakum - flying !

clarification also needed for ..Does all dragon fly???!!!


ARUN :


Is there any Historical proof of Dragons presence in the past...

i think its just a creators imagination...

Corrections welcomed.


ABINAV :


Exactly…they are mythical creatures found only in tales and fantasies.


RAMKUMAR:


Hi,

We are just trying to Translate the Word 'Dragon' to Tamil. So we need not worry about their Presence or Absence.

Anyways Dragons wud be Happy to get a new name in Tamil ! J !


SIDDHARTH :


Lets be innovative dragon is a single new word in English not something like flying fire spitter……….. we should try for something like

crow---- kaka

cat---- poonai

dragon-- ?


ARUN :


Since Dragon has many extrodinary powers it can have some "punai peyar" with its name or its characteristics can be its name..

crow n cats dun ve any extrodinary powers since they have been called by this name for many genrations.

Correction welcomed



SIDDHARTH :



Since crow shouts kaa…kaa……. we call it kaka……. In the similar lines…… dragons spit fire with the sound of buszzzzz…….. pronounced as( boo-is) we can call dragons as buss J


MAHESH :


I was of the view the exact word for crow is “kagam” kaka is colloquial.

Correct me if wrong.


RAMKUMAR:


Hi,

If guys Guys are looking for a single Good name.

Then i wud suggest...

"Parakum Kanal kakki"

" PAKKI " J

Suggestions Welcome !

SIDDHARTH :


Wow….. crouching puli hidden pakki ……lol.

Now that we have a word for dragons…… we can translate all the English stories with dragons to tamil……. Like let us take sleeping beauty….. if I remember right there used to be a dragon protecting her……… so the story line would be……..” SLEEPING BEAUTY WAS PROTECTED BY A PAKKI “ LOL JJJJJ





RAJESH :


Badhalathil pakki …J dungeons and dragons…


RAMKUMAR:


PAKKI IDHAYAM (Dragon Heart) !!!


SRIRAM :


Chicken 65 was once translated as Kozhi 65..

Similarly Dragon Chicken can be called as “Pakki Kozhi”


MADHU:


We also get dragon cauliflower in H&E…

Then that’s PAKKI CAULIFLOWER ???? J J


KARTHIK :


Enter the Dragon…Pakki Ulle po…J

How would have bruce lee managed that J J