Hi Friends I'm Hafiz M Shahid Abbas. Today I tell you What is HTML language.
HTML means hyper Text markup Language. It is the basic language used to create website pages.HTML is a format that tells a computer how to display a web page.
How to use HTML & Make Website
First of all you open Notepaad to type program and any internet Browser to Display Result.
Its so easy learning and best for those who wanna start programming. It contains so many tags and attributes to create Webpages and make a website page than you purchase a online Domain & Hosting than you publish your page on this hosting and promote your website.
Related: What is Domain & Hosting
Basic Tags of HTML:
<html><head><title>My First Page</title>
<body>This is my First Page.<b>this is bold</b></body></html>
copy this text and open Notepad save this code in note pad than you save as in first.html
Now open this file with any internet browser.You will seeing your first page of website.If you see carefully then you can see that where use <b></b>Tag,that text is showing in bold Letter.
By Above programs you can see that we use any tag in <> and close it as </>.
Html above program you can see that we use any tag with <html>tag and end with </html>
(1).Eash Tag should be closed in order to show exact result.
(2). To set page title we use <title> Tag then type our page title and then close it with </title>..
(3).Title tag is used in Head section of webspage <head></head>
(4).We type page content with <body> Tag then type our content and close it with </body> Tag.
(5).To type big size Text use <big></big>
Your Feedback and Suggestions are Always welcome.I'm Waiting for your Comments.
Post a Comment