HTML
Picture/Image/Background Tag
<input type=”file”> Example : How to Browse/Choose an image/any other type of file in our html page. Example : How to Browse/Choose only png type of image file in our html page. Example : How to Browse/Choose Custom type or png and jpg type of image file in our html Read more…
HTML
Table Tag
Table Tag (<table> </table>) Example : How to create a typical table design to store data. Example : How to set background color in a table. Example : How to design table head, row & column of a table. Example : How to merge rows & column in a table to store data as Read more…
HTML
Input type Text Tag
Input Tag (input type=”text”) Example : How to create text box in html . Example : How to naming a text box in html . Example : How to add placeholder/shadow text message inside text box of html page. Example : How to shift character inside a text box with Read more…
Java Script (JS) Prog.
Java Script Prog. Home
________________________________________________________________________________________________ Click this link to go to HTML Page Click this link to go to CSS Page ________________________________________________________________________________________________ Java Script Prog. Home contains the lists of Java Script Topics. Related Posts
HTML
Script Tags
Click this link for more Java Script Codes Example : How to use/create Script tag in Html? Example : How to use/call External Java Script file in Html?
HTML
Frameset/Frame/iFrame Tag
Example : How to create/use Vertical Frame in Html? Example : How to create/use Horizontal Frame in Html? Example : How to create/use iFrame in Html? Example : How to set iFrame as target for a link/page in Html?
CSS
CSS Home
________________________________________________________________________________ Click here to go to HTML Page Click here to go to Java Script Page ____________________________________________________________________________________ Example : How to create a CSS Home page menu & sub-menu in the home/web page of a website. Example : How Read more…
CSS
CSS Theory
History CSS was first proposed by Hakon Wium Lie on October 10, 1994. At the time, Lie was working with Tim Berners-Lee at CERN. CSS3 is the latest version of CSS. Introduction CSS stands for Cascading Style Sheets. CSS uses editor application such as notepad to write its code and any web browser to run it. Read more…