­
October 2016 - Yaar No Technology

Search the Whole World Here.,.,

HTML Table - Adding Cell Padding

HTML Table - Adding Cell Padding

Cell padding specifies the space between the cell content and its borders. If you do not specify a padding, the table cells will be displayed without...
NetBeans आईडीई में ProgressBar का उपयोग कैसे करें

NetBeans आईडीई में ProgressBar का उपयोग कैसे करें

नमस्कार दोस्तों ! मैं के रूप में मैं वर्तमान में एक परियोजना है जिसमें मैं NewJFrame फार्म को स्थानांतरित करने के लिए ProgressBar उपयोग करना चाहते...
HTML Table - Adding a Border

HTML Table - Adding a Border

If you do not specify a border for the table, it will be displayed without borders. A border is set using the CSS border property: Example table,...
Defining an HTML Table

Defining an HTML Table

An HTML table is defined with the table tag. Each table row is defined with the tr tag. A table header is defined with the th tag....
Image Maps

Image Maps

Use the map tag to define an image-map. An image-map is an image with clickable areas. The name attribute of the map tag is associated...
Image Floating

Image Floating

Use the CSS float property to let the image float to the right or to the left of a text: Example <p><img src="smiley.gif" alt="Smiley...
Using an Image as a Link

Using an Image as a Link

To use an image as a link, simply nest the img tag inside the a tag: Example <a href="default.asp">  <img src="smiley.gif" alt="HTML...
Animated Images

Animated Images

The GIF standard allows animated images: Example <img src="programming.gif" alt="Computer Man" style="width:48px;height:48px;"> Try...
Images on Another Server

Images on Another Server

Some web sites store their images on image servers. Actually, you can access images from any web address in the world: Example <img src="http://www.w3schools.com/images/w3schools_green.jpg" alt="W3Schools.com"> Try...
Images in Another Folder

Images in Another Folder

If not specified, the browser expects to find the image in the same folder as the web page. However, it is common to store images in a sub-folder....

Ads by Google