Search Web

Tuesday, March 22, 2011

The Second Step in making Forex Trading Web Page

In the previous post we have done about the making of a forex trading webpage. that was the most basic step. In that we just make a simple HTML file and then in between the <html> and </html> tags we write some of the simple rubbish text. And then we saw that the text in file was showing up in the browser. Now its time to furnish our Forex Trading Webpage and make it look like a website. To do this HTML divides the webpage in two main sections. One is the Head Section which controls the head of the browser window, means the title bar and other things just as css, javascript, etc. these are the things which we will learn after the HTML session. So Continuing the lecture. We will now see the use of the Head tag we will start and end the head tag in the same old fassion as <head> as the starting tag and the </head> as the closing tag. these tags will come between the starting and ending tags of HTML. In the pattern as given below

<html>
<head>
<title>
</title>
</head>
</html>

Here we have used the title tag in between the head tags and that we will use for the editing of title bar title

No comments:

Post a Comment