vg rishi infotech, rishi
Home
About Me
Gallery
Blog
Mail
Contact
Learn Web Design
Download
For you
Jokes
My Sites
www.lifechildrenhome.org
www.vgrishi.in

Gallery
home contact Us site map
vg rishi infotech, rishi

Learn Web Design

Many computer classes offered at universities use technical jargon to relay instructions for learning the Internet and Web design.  This results in confusion and disappointment to those students who really want to learn.

Is There a Simple Way to Learn Web Design? Yes
Basic Web Designing Courses :
              HTML
              Adobe Photo Shop
              Adobe Flash

 

---------------------------------------------------------------------------------------------------------------
Learn HTML:-

In this HTML tutorial you will learn how to use HTML to create your own Web site.

HTML is very easy to learn! 

You will enjoy it! 

What is an HTML File?

  • HTML stands for Hyper Text Markup Language
  • An HTML file is a text file containing small markup tags
  • The markup tags tell the Web browser how to display the page
  • An HTML file must have an htm or html file extension
  • An HTML file can be created using a simple text editor

 

HTM or HTML Extension?

When you save an HTML file, you can use either the .htm or the .html extension. We have used .htm in our examples. It might be a bad habit inherited from the past when some of the commonly used software only allowed three letter extensions.

With newer software we think it will be perfectly safe to use .html.
 

Basic HTML Tags:

The most important tags in HTML are tags that define headings, paragraphs and line breaks.

Headings:

Headings are defined with the <h1> to <h6> tags. <h1> defines the largest heading. <h6> defines the smallest heading.
                      <h1>This is a heading</h1>
                      <h2>This is a heading</h2>

Next->

                                 Free Html Editor Click here