Computer Helper

Thank You For Visiting Our Blog.check out site articles and Please +1 Our Blog And Post Your Valuable Comment.

Backlink Exchange

Please Add A Link Of Our Site On Your Site,And We'll Post Your Site Link On Your Site. And Please Add Our Site On Social Bookmarking Site, Thank You.

Work And Earn Money

minute workers
Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Tuesday, July 19, 2011

Basic HTML Example 1

HTML Headings:-
You might want to start our website or our text with a header indicating the article title, category, etc.. Well, to write headlines have to use labels <h>.

This label comes with a number from 1 to 6, <h1>  to <h6>


Then we will show you the code for six different headings:

</ h1> Large text </ h1>
</ h2> Large Text </ h2>
</ h3> something bigger than normal </ h3>
</ h4>normal </ h4>
</ h5>Small text </ h5>
</ h6>very small text </ h6>

can see the result :

very large text

Large text
Large Text

Something bigger than normal

normal

Small text

very small text


If
 you've seen the example you will realize that each heading is separated from the preceding and following a line break and in the code that we have not written anything. You can infer therefore that the headers themselves generate a line break.

We can write
 <h> both uppercase and lowercase. That is, as you would write <h1> <H1>.

HTML Paragraphs:-
 For writing paragraphs in HTML, we use the <p> tag.

Code-
</p>This is a paragraph.</p>
</p>This is a paragraph.</p>
</p>This is a paragraph.</p>

Result-
This is a paragraph.
This is a paragraph.
This is a paragraph.
HTML Links:-

The link address is specified in the href attribute.

Code-
<a href="http://whelper.blogspot.com">This is a link</a>

Result-

HTML Images:-
For posting images in HTML, we use the <img> tag.

Code-
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWzgUdszp2dg9LLDI9gKuF75s8qo5woczu5zjuQZsGXXd3BcTsrzBHnReh45lxp24Ce6FfFhP8Ikau6JD7mlKaa_LMERWRym5RwRTi6kbRADNhV1Xq5z-8LbUr_p3on1Q5_ZhEyVlRSUs2/s1600/Computer+Helper.png" width="460" height="60" />


Result-

 

 


 

HTML For Creating Blog And Website


HTML (HyperText Markup Language) is a very simple language for describing hypertext, ie, text presented in a structured and pleasant, with links (hyperlinks) that lead to other documents or sources of information, and multimedia attachments (graphics, sound ...) The description is based on the text specified in the logical structure of content (headings, paragraphs of plain text, enumerations, definitions, quotes, etc) and the different effects that you want to (specify the places in the document where you should put italics, bold, or a particular graphic) and then let the final presentation of the hypertext is performed by a specialized program (such as Mosaic or Netscape).
HTML is a computer language, it allow you to create website. HTML is so easy to learn.
The definition of HTML is- HyperText Markup Language.
You must learn some basic HTML code first, if you want to create a blog for earning money online.
Or you have to pay $10 to $100 for buying a good template.
Learning HTML is really easy and interesting.
So, check out all HTML examples from the HTML Category or Click Here