Sunday, March 31, 2013

HTML Basic With Example

This Time I am Introducing Some Basic introduction of HTML with example.


HTML Headings
HTML Paragraphs
HTML Links
HTML Images


Here I will use lots of tags in the long run you will learn them so don't worry :)




HTML Headings:

HTML headings are defined with the <h1> to <h6> tags.

Example: (For Editing I will use Notepad++)

Heading Code on Notepad++






Just Save it as (.html)

Just run with any web browser i am using chrome...

Heading on Browser

HTML Paragraphs

HTML paragraphs are defined with the <p> tag.

Example: (For Editing I will use Notepad++)

Paragraph Code on Notepad++





Just Save it as (.html)

Just run with any web browser i am using chrome...
Paragraph Code on Chrome


HTML Links


For Making a link we need to use <a></a> tag.

Example

Click here to see large




HTML Images

HTML images are defined with the <img> tag.


<img src="image source url">



No comments:

Post a Comment