Learn HTML Language

Used for creating webpages that contains texts, graphics, multimedia etc. Learn various tags, attributes that help you in web-development.

HTML Introduction
Tags Reference

HTML Elements

HTML tags are like keywords which defines that how Web Browser will format and display the content. With the help of tags, a web browser can distinguish between an HTML content and a simple content.

Now that you know what is html, let's learn start elements ie. tags in html

Anatomy of HTML Tag

An HTML element also known as tag is defined by a start tag, some content, and an end tag.

    <tagname> content </tagname>

HTML is Not Case Sensitive

HTML tags are not case sensitive: <P> means the same as <p>. The HTML standard does not require lowercase tags, but W3C recommends lowercase in HTML, and demands lowercase for stricter document types like XHTML.


Share this page on :