basic html

India
October 14, 2010 12:28pm CST
hi to all today i am going to tell you how a simple html will run. its so simple just type the code as i tell you open note pad and write firstly type less than symbol and html and close the tag with less than and greater than symbols and at the closing side you can use a backslash. in title tab write any thing and close which will be seen on the top of the brower window and some text in body like html title Hai to all title h1 any name h1 body any text which you want to see on the brower body html open and close the html title h2,h2,h3 and body tag by lessthan and greater than symbol and you have to use a forward slash to close the end tag. save this file as FileName.html and see that the file will be displayed as a web page and click on it. its going to display the content which u expect. I hope this discussion will help you to know how html will work . bye to all have a nice day
2 people like this
5 responses
@kun2349 (23381)
• Singapore
19 Oct 10
haha =D Nice tip and share here, but it's kinda confusing when i see it!! hehe ^_^ I do learn a bit of basic html when i'm in college, but it's simply too complicated for me, even it's the most basic of all.. lol =D I cant have all the symbols at the right places, and even for my blog, i tried to edit the html to insert some affiliate links, and i failed.. lol =D I gave up! haha
• India
22 Oct 10
hi kum i tried to put the at that place but mylot not supported it at that time so removed that by the way you can edit your blog and change the look and you can add some links too my blog i started it many months ago syekimubin.blogspot.com actually most of the time i use asp,jsp and .net and CSS to design my web pages
1 person likes this
@o0jopak0o (6394)
• Philippines
15 Oct 10
well thanks for this information but its better if you say put / than the whole word.
• India
22 Oct 10
hi i tried to put the same as you said but mylot not supported it at that time so i removed that and wrote it
@meme0907 (3481)
• United States
14 Oct 10
i try a little but i have to use a cheat sheet lol..thanks for sharing |:)
@madhuvamsi (1185)
• India
2 Nov 10
Thanks for taking a tutorial about basic html tags. I know these tags and its usage, anyhow this will be useful for any one who are trying to learn html.. thanks for sharing about the tags. you should have included bold,address,tag,etc was well.
@zhigui (15)
• China
2 Nov 10
<html> <head> <title>Hello world!</title> </head> <body>Hello world!</body> </html>