Skip to main content

HTML 5 Tag Reference

<article> Specifies an article
<aside> Specifies content aside from the page content
<audio> Specifies sound content
<bb> Specifies a user agent command
<canvas> Define graphics
<command> Specifies a command
<datagrid> Specifies data in a tree-list
<datalist> Specifies an "autocomplete" dropdown list
<details> Specifies details of an element
<dialog> Specifies a dialog (conversation)
<embed> Specifies external application or interactive content
<eventsource> Specifies a target for events sent by a server
<figure> Specifies a group of media content, and their caption
<footer> Specifies a footer for a section or page
<header> Specifies a header for a section or page
<mark> Specifies marked text
<meter> Specifies measurement within a predefined range
<nav> Specifies navigation links
<output> Specifies some types of output
<progress> Specifies progress of a task of any kind
<ruby> Specifies a ruby annotation (used in East Asian typography)
<rp> Used for the benefit of browsers that don't support ruby annotations NEW
<rt> Specifies the ruby text component of a ruby annotation.
<section> Specifies a section
<source> Specifies media resources
<time> Specifies a date/time
<video> Specifies a video

For Website Designing and Development Services
Web Development in India
eMail : varadesigns@yahoo.com
phone : +91 9247457705

Source : http://www.w3schools.com/html5/html5_reference.asp

Popular posts from this blog

Mobile Web Design: Tips and Best Practices

Mobile Web Design Trends For 2009 Web designers know that the industry involves plenty of change, and continuous adaption and development of skills is required in order to stay up to date. In the past few years, one of the biggest areas of change has been the amount of Internet users who are accessing websites via phones and mobile devices. As a result, Web designers have a growing need to be educated in this area and ready to design websites that accommodate this audience. Because designing websites for mobile devices brings some unique situations and challenges into play, the subject requires a strategic approach from the designer and developer. In this article, we’ll look at the subject as a whole, including current trends, challenges, tips and a showcase of mobile websites. Plenty of helpful resources and articles are also linked to throughout the post, so if you’re interested in learning more about designing for mobiles, you should have plenty of information at your fingertips. 1....

Web Accessibility

  Web Accessibility: Making the Internet Inclusive for Everyone What Is Web Accessibility? Web accessibility means designing and developing websites so that people of all abilities and disabilities can use them effectively . An accessible website ensures that users with visual, auditory, motor, or cognitive impairments can perceive, understand, navigate, and interact with its content. Why Accessibility Matters Inclusive Experience: The web should be usable by everyone, regardless of physical or cognitive abilities. Legal Compliance: Many countries enforce accessibility laws (such as the ADA in the U.S. or the RPwD Act in India). Non-compliance can lead to legal action. Better User Experience: Accessible design benefits all users, including those on mobile devices, in noisy environments, or with slow internet connections. SEO Benefits: Search engines favor well-structured, semantic content, which overlaps with accessibility best practices. Core Principles ...

What is XHTML ?

XHTML is almost identical to HTML 4.01 with only few differences. This is a cleaner and more strict version of HTML 4.01. If you already know HTML then you need to give littel attention to learn this latest variant of HTML. XHTML stands for EXtensible HyperText Markup Language and is the next step in the evolution of the Internet. The XHTML 1.0 is the first document type in the XHTML family. XHTML was developed by the W3C to help web developers make the transition from HTML to XML. By migrating to XHTML today, web developers can enter the XML world with all of its attendant benefits, while still remaining confident in their content's backward and future compatibility. Developers who migrate their content to XHTML 1.0 will realize the following benefits: 1. XHTML documents are XML conforming. As such, they are readily viewed, edited, and validated with standard XML tools. 2. XHTML documents can be written to operate better than they did before in existing browsers as well as in new ...