HTML 5 TutorialsStarting HTML

Starting HTML

This is an introductory blog on HTML. Here we will create a very basic HTML program. If you are just starting on HTML you will be able to understand the nature and structure of HTML code.

HTML is a Markup language used mainly in Website designing. Using HTML we can create Web pages and other information that can be run on the browser.HTML consist of different types of tags. The tag is written inside the braces(< >).It consist of starting tag and end tag. <br> is an attribute which does not require ending tag. In some browser it is not necessary to end the<p> tag.

In our blog today we will write an example using

1) <head></head>
2) <body></body>
3) <html></html>
4) <p></p> is used for paragraph
5) <h></h> is used to provide heading. We provide h1, h2, h3, h4,h5,h6.the size of font is least in h6.
6) <a> tag is used to provide a link.
7) <Img> it is used to load an image.

Let us now look into the code

<!DOCTYPE>
<html>
<head>
<title>
"WELCOME TO POLARSTAR"
</title>

</head>

In this part of our code we have created a tag <title> with in the head tag of HTML. The message “Welcome to PolarStar” will be displayed as title.

<body>
<h2> WELCOME TO POLARSTAR, THE  WORLD OF LATEST TECHNOLOGY</h2>
</p> "we deals with all types of latest software technology."</p>
<img src = "  "/>
<a href = "http://www.polarstarsoftware.com" > <br> <strong>visit us</strong> <a/>
</bodyhead>
</html>

In this part above we have used the tag h1 which is used for heading. </p> is to create a paragraph. The next tag is to display the image. We must use a global url like the one used so that the image will work on any system. The tag is for an external link. Here in this example we are going to http://polarstarsoftware.com

Output will look like the following



<br /> “WELCOME TO POLARSTAR”<br />

WELCOME TO THE POLARSTAR,NEW WORLD OF TECHNOLOGY

we deals with all type of software technology including Android,Windows phone,IOS etc.


visit us

Exclusive content

- Advertisement -

Latest article

21,501FansLike
4,106FollowersFollow
106,000SubscribersSubscribe

More article

- Advertisement -