
PROVIDING ACCURATE, RELIABLE AND STRAIGHT TO THE POINT KNOWLEDGE ABOUT DIFFERENT IT TOOLS EXPLAINED WITH PRACTICAL EXAMPLES
Html-basic structure of PAGE
All HTML pages have three main TAGS which are present in all the pages. These are-
1.- The Basic TAG which tells that the content is HTML type.
2.-Many important information about the page are held within this tag.
3.-The main tag which contains the content. The in-depth details are given below.
<html>-html tag
<head>-head tag
<HEAD> tag is also one of the most important and compulsory tags of HTML.
<HEAD> tag contains the important and vital information about the page. For Example
the TITLE INFORMATION , META INFORMATION and SCRIPT INFORMATION of the page are contained in this head tag.
<title> tag
<BODY> TAG
BODY tag contains the content which is visible in the page.
BODY tag can be given a number of tags for formatting the text e.g. font related tags, size, color ,head, lists, tables etc.
These tags are discussed in coming article.
OTHER WAYS TO REACH THIS ARTICLE
- OPEN TWO EXCEL WINDOWS, WHY DOES EXCEL OPENS IN TWO WINDOWS, WINDOWS EXCEL, WINDOWS IN EXCEL, HOW TO SPLIT WINDOWS IN EXCEL, ANIMATED EXAMPLE OF CREATING AND ARRANGING WINDOWS IN EXCEL
- how to set page layout in excel?
- how to protect and unprotect sheet with password or without password in excel?
- how to use macros in excel?
- FOR MORE ARTICLES, CLICK EXCEL.