Loading
Quick HTML Tags with Events

Java Quick Notes

Refresh Your Java - Before Java Interview

We are Agile, believe in less Documentation - Only Quick notes (Java Interview Questions) of Java/J2ee Read more....


Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet

Go to SiteMap

Q)  Quick HTML Tags


Ans)

Body Tag with onLoad Event :

<body onLoad="populateComboBox()"> </body>

Some other Events , onunload

HyperLink with OnClick Event :

<a href="http://test" onClick="alert('You Clicked on HyperLink')">Visit your side</a>

Some Other Events,  onmousedown,onmousemove

Tooltip -  Use "alt" attribute for ToolTip

Input Text Box :
<input type="text" name="yourname" />

Text Area :

<textarea rows="2" cols="30">
 your First Text Are
</textarea>

Button with OnClick:
<button type="button" onClick='yourSubmit();'>Click </button>
 
 Or
 
 <input type="button" value="Click">

Submit Button :
<input type="submit" value="Submit" />

Reset Button :
<input type="reset" value="Reset" />

CheckBox :
<input type="checkbox" name="vehicle" value="Bike" checked />

Combo Box :

<select id='stateList' onchange='OnChange(this)'>
  <option value="NJ">New Jersy</option>
 </select>

Bullet List

 <ul >
         <li>First Bullet</li>
         <li>First Bullet</li>
 </ul>
 
 Div :

For invisible
 <div style="display: none;">
  <h2>Click Here</h2>
</div>

For Visble

 <div style="display: block;">
  <h2>Click Here</h2>
</div>



Back to top

------------------------- We hope you got necessary Info On -----------------------------------------

Quick HTML Tags with Events


Quick HTML Tags with Events

-------------------------------------------------------------------------------------------------------



Face Book
Request for a Mock Interview/Training

Get a PDF

Face Book
Same look (Read) on any device, this is Ads free