Saturday, 1 August 2015

Basics Of Html

Today i am going to tell you about basics of html and they are:

Documents of html:

It is that all html documents starts with decleration type<!Doctype html>.
Html documents starts with<html> and ends with </html>.
Documents that will be visible they are written between <body> and </body>.

Example:


Headings Of Html:

Html heading range from <h1> to<h6>:

Example:


On browser you will see like this:

Paragraph Of Html:

Html paragraphs are defined between <p> tags:

Example:


Links Of Html:

Links of html are defined in <a> tag:

Example:


These links are used to give more information about your idea.

Image on Html:


This all is about html basics.ENJOY

No comments:

Post a Comment