HTML, XHTML, XML, Forms, W3C
“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat [...]
To make an iframe transparent (background of the iframe page is visible through the data from the other page), you just need to use 2 additional code snippets.
Advanced & latest versions of browsers support transparent PNG by default. i.e. Internet Explorer 7, New Firefox, Safari and Opera etc. For IE 6 another version of this script works fine in which I gave you an example how to implement transparency in PNG for web pages. But what about background image and what if you [...]
We will be needing a js file and a page containing form input field to do this task. What we are planning to do is, The input field contains default value. Onclick default value disappears and allows the user to insert text. If the user types anything it remains there but if he does not [...]
This example will show you how to use a transparent PNG image in a webpage. When it comes to slicing and using images in webpage, we have to use some images in gif form sometimes particularly for curves and rounded corners while creating boxes by images for webpage. We use images in background. Give any gif a [...]
Here is a little tutorial about how to draw a border with caption around the data or form. Example Look:
Lists in HTML can be ordered or unordered. Unordered list style type can be disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha or none.
Here is how you can use nested list styles in HTML.
A definition list is not a list of items. This is a list of terms and explanation of the terms. A definition list starts with the dl tag. Each definition-list term starts with the dt tag. Each definition-list definition starts with the dd tag.
