About & Social

0
Basic HTML Structure ...


HTML structure is divided into Two. Head of Section of the <head> tag starts with and </ head> tag ends. The other sections of the body in which the <body> tag to begin with and </ body> tag ends. Who are these two sections of the <html> and </ html> tag should be kept between. The basic structure of the HTML Let's-

                                   <html>

                                          <head>

                                                     The CSS, Java Script code you can use.

                                   <title>

     Content of a web page services (Text, Image, Table, From, Audio, Video etc.) will write the tag.

                                   </title>

                                         </ body>

                                 </ html>


Let's start ... HTML.

Notepad ++ Type the following code to open a new page asking her

Basic HTML structure


Now click the File menu, click Save As ... Open a window like the one below will be-

Basic HTML structure


Of the File Name box, and Save as type- web.htm or box of All types (* - *) and select the Save button. Save in the upper right of option where you can save the file. I've saved the file on the Desktop. Desktop go to create a file has to look like the image below-
Basic HTML structure
Open the file browser that allows to see in the following output-


Basic HTML structure
Code Analysis: We are here <head> and <body> see two sections, each section of the code will be discussed, put her head before speaking sections of Web pages for the title <title> tag has been used. The <title> My First Web Page </ title> Using the browser's title bar "My First Web Page" is the text. The body sections ( <body> ... .. </ body> ) - the h1, h2, h3, h4, h5, h6 by six heading tags have been used or the title. Which is used in the title of the article. <h1>, <h2>, .......... <h6> tags by six <p> .... </ p> paragraph tag web pages are written.

Post a Comment

Dear readers, after reading the Content please ask for advice and to provide constructive feedback Please Write Relevant Comment with Polite Language.Your comments inspired me to continue blogging. Your opinion much more valuable to me. Thank you.