Hello Guest! You are not logged in!! Login |
||
| You are on | | Tutorials / HTML / Structure of the HTML document |
Internet and world wide web
Tags in HTML
URLs in HTML
Planning and designing a website
Structure of the HTML document
Setting Document background
Chapter 2: Working with Text
Chapter 3: Working with images
Chapter 4: Audio and videos
Chapter 5: Hyperlinks
Chapter 6: Tables
Chapter 7: Forms
Chapter 8: Frames
Chapter 9: CSS
Chapter 10: HTML entities
Chapter 11: HTML colors
Structure of the HTML document |
| |
An HTML documents consist of different sections. Arrangement of these sections in a document is called structure of the document. All HTML documents have same structure. It consists of two main sections - The document head and the document body . |
The head section of the webpage contains title and Meta tags. The < title > & </title> tag contains the title of the page. The page title is shown in the title bar of the browser window when the page is displayed. Meta tag contains useful information about the webpage. It is the most important factor of Search Engine Optimization (SEO). SEO is the process by doing which you can make your website rank better in major search engines like Google, yahoo or Bing. |
The head section also contains JavaScript code. JavaScript is a programming language used in more advanced HTML pages. Finally, the head section also contains codes for cascading style sheets (CSS). CSS is a technique for defining the layout of a website. To create a basic HTML document:
|
![]() |
|
![]() |
Now we have successfully created out first HTML document, we'll continue working on the same file. Now we'll tell you how to change the document background. |
Projects and solutions
| HTML Tutorials |
| Database Tutorials |
| Video Tutorials |
| C++ codes |
| We have 153 codes of C++ Algorithm codes: 12 Beginners codes: 66 Compiler codes: 1 Data structure codes: 12 File Handling codes: 6 Games codes: 4 Graphics codes: 10 Mathematics codes: 10 OOP codes: 28 Virus codes: 1 |
| We have 33 HTML tutorials in our tutorials section. |
| |
| We have 122 technology and computing reviews articles. |
| We have covered 81 topics of database in our database tuorials section. |



