background preloader

Html

Facebook Twitter

Email

Internal Links. 5 obscure HTML tags that you should know and even use - instant fundas. With the rising popularity of CSS for styling, many web developers and users alike have become alienated from the good old HTML tags. Only a handful of these tags are used in the markup of web pages today. Most of them have got limited representation and some of them are entirely forgotten. I decided to round up a couple of HTML tags that perhaps should be used a little more often than they actually are. 1.

<abbr> or <acronym> The <abbr> and <acronym> tag describes abbreviations and acronyms. Usage: <abbr title="HyperText Markup Language">HTML</abbr> This is the result. 2. The <q> tag defines a short quotation. Most developers are used to the &quot; entity whenever they need to insert quotations, and all blogging editor automatically converts all typed quotations (“) into this entity.

Usage <q>The quick brown fox jumps over the lazy dog</q> Result: The quick brown fox jumps over the lazy dog The <q> tag is commonly associated with the <blockquote> tag. 3. Example Usage: 4. Example: 5. HTML 4 Elements. Structure of an HTML 4 Document. Elements and Tags Elements are the structures that describe parts of an HTML document. For example, the P element represents a paragraph while the EM element gives emphasized content. An element has three parts: a start tag, content, and an end tag. A tag is special text--"markup"--that is delimited by "<" and ">". <EM>This is emphasized text</EM> Element names are always case-insensitive, so <em>, <eM>, and <EM> are all the same. Elements cannot overlap each other.

Some elements allow the start or end tag to be omitted. <UL><LI>First list item; no end tag <LI>Second list item; optional end tag included</LI><LI>Third list item; no end tag </UL> Some elements have no end tag because they have no content. Attributes An element's attributes define various properties for the element.

An attribute is included in the start tag only--never the end tag--and takes the form ="". Attribute names are case-insensitive, but attribute values may be case-sensitive. Special Characters Comments <! Validating your HTML. Instant Eyedropper: Identify HTML-color code from any pixel of the screen with single-click and auto paste it to the clipboard. Real-time HTML Editor. HTML Help by The Web Design Group.