CSS
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (that is, the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL.
Nov 152009
Sometimes we have to set the width and height of line tag in html but it do not accept these attributes. So What ??
Here is a CSS trick which I frequently use to do this worked…




Comments