INTRODUCTION TO HTML- WEB DEVELOPMENT

1 comments

WEB DEVELOPMENT

Welcome to the very first tutorial in Hypertext Mark-up Language, in short HTML which is used in web development or we can say for building up of a website. HTML is widely used in approximately every site we are dealing over internet. Although there are many other languages too but here we are focusing on HTML. Let’s learn in detail about HTML-
INTRODUCTION TO HTML-
HTML is developed as a subset of SGML (Standard Generalized Mark-up Language), which is a higher-level mark-up language. HTML is ideal for transmission across the internet to many different types of computers, users and browser applications. HTML lets you, the designer, create pages that you are reasonably sure can be read by the entire population of the web. In common language, HTML lets you create a website in the way you want your webpage to look like.
UNIFORM RESOURCE LOCATOR (URL)-
As you read that HTML is ideal for transmission across internet, hence this exchange cannot take place unless the information being requested is unlikely identified. The technique used to address documents on the Web is called the Uniform Resource Locator (URL). A URL specifies the exact location of a resource (typically a file) on the Internet.

A URL normally takes the form-

<protocol>://<web-server-name>/<directory>-name>/<file-name>

For example:

http://clearquery.blogspot.com/web-development/index.html
HTML LEVELS-
There are four levels, or versions of HTML-

LEVEL 0 - The minimum tags which constitute an HTML document.

LEVEL 1 - Level 0 tags + Tags for highlighting and images.

LEVEL 2 - Level 0 + Level 1 + Form tags.

LEVEL 3 – Level 0 + Level 1 + Level 2 + Support for client-side image maps and scripts, and table markup elements.

We will deal with all of this in our later tutorials.
TOOLS FOR WEB PUBLISHING-
As basic building block of an HTML page is text, so to create these pages, all you need is a text editor and a web browser.

RECOMMENDATIONS-

·         NOTEPAD++ [TEXT EDITOR]

·         MOZILLA FIREFOX [BROWSER]
EXPLAINATION OF BASIC TAGS-
·         Each and every HTML coding starts and ends with <html> & </html> tags respectively.
                        <html> - Open tag for HTML.
                        </html> - Closing tag for HTML. [ For closing tags we use / ]
·         Then it comes the turn for Head tag. Under head tag we use Title tag. Each webpage has a title like take an example of www.facebook.com, its title is “Welcome to the Facebook”.

<head>

<title>Welcome to the Facebook</title>

</head>
·         After this Body tag come into consideration. Here we input the whole work piece which we want to display on our webpage.
<body>
:::::::::::::::Website Content::::::::::::::::
</body>
APPLICATION-
Let us look at the most basic coding for HTML-
<html>
<head>
<title>Query Made Easy !!!</title>
</head>
<body>
This is my blog….:D
</body>
</html>

Basic Html output


This is all we have in this basic tutorial; hope you’ve learnt what is HTML. Visit us daily to learn more. Don’t forget to subscribe us Via Mail or Feed. If you have any confusion regarding tags then leave a comment, we’ll get back to you with solution asap. Thanks for your time. Have Peace..!!
Abhishek Kr.
About the Guest Author:
Abhishek is 20 years old guy, currently living in Indore, India. He is a part time blogger. Contact him @ Facebook.

1 comment:

  • Introduction to C++

    INTRODUCTION TO C++

    Our resources have been successfully downloaded over 10K times and found almost every where. Get yours!

  • QUERY MADE EASY !!!

    QUERY MADE EASY !!!

    Learn Why we chose HostGator as our Web Host and find discount coupons to kick start your blog today!

  • QUERY MADE EASY !!!

    QUERY MADE EASY !!!

    Learn every single SEO tip that will boost your blog's ranking and organic traffic. We got them all!

  • QUERY MADE EASY !!!

    QUERY MADE EASY !!!

    Why not take a tour of all great Blogger widgets published so far? You Name it we have it!

  • QUERY MADE EASY !!!

    QUERY MADE EASY !!!

    Learn what it takes to become a successful entrepreneur and build a living online!