MSCyber
Would you like to react to this message? Create an account in a few clicks or log in to continue.


where MSCians exists
 
HomeGalleryLatest imagesSearchRegisterLog in

 

 BASIC HTML TAGS

Go down 
4 posters
AuthorMessage
jomeryeoboy
Moderator
Moderator
jomeryeoboy


Number of posts : 5
Age : 35
Location : Marinduque
Registration date : 2009-03-12

BASIC HTML TAGS Empty
PostSubject: BASIC HTML TAGS   BASIC HTML TAGS I_icon_minitimeThu Mar 12, 2009 2:25 am

The main sections of a basic HTML page, HEAD and BODY, are set off by tags. The head and body sections are located within the opening and closing HTML tags.

<HTML>
<HEAD> </HEAD>
<BODY> </BODY>
</HTML>

Head Section

The Head section of an HTML page is located right after the Opening <HTML> tag. It contains your title tag, meta tags and style sheet information. The head section is used to communicate information to browsers and search engine bots.
<HEAD>
<TITLE></TITLE>
<META>
<STYLE></STYLE>
</HEAD>

Head Section Contains:

* The Title of the page.
* Meta tags
* Embedded Style Sheets

Do not confuse the <Title> in the <head> section, with the main heading on your page. The Title in the <head> section is what appears on the bar at the top of your browser window. It is also used by search engines to index your page and should include strategic keywords.

<Meta> tags are also used by some search engines to index your HTML page. The basic format of a meta tag is:
<META NAME="" CONTENT="">

See Meta Tags
Body Section

The<Body> section contains all of the code for the page that will display in the browser window.
<body>Code for page goes here.</body>

This is the same as:

<body>
Code for page goes here.
</body>
Back to top Go down
Admin
Admin
Admin
Admin


Number of posts : 11
Age : 34
Location : Heart of the Philippines
Registration date : 2009-03-11

BASIC HTML TAGS Empty
PostSubject: Re: BASIC HTML TAGS   BASIC HTML TAGS I_icon_minitimeThu Mar 12, 2009 2:56 am

nice topic jomer... rabbit
Back to top Go down
https://mscyber.board-directory.net
ahl_28
MSCyber Newbie
MSCyber Newbie
avatar


Number of posts : 1
Registration date : 2009-03-12

BASIC HTML TAGS Empty
PostSubject: Re: BASIC HTML TAGS   BASIC HTML TAGS I_icon_minitimeFri Mar 13, 2009 3:21 am

Ok.. Twisted Evil
Back to top Go down
gisel
MSCyber Newbie
MSCyber Newbie
gisel


Number of posts : 1
Age : 35
Location : marinduque
Registration date : 2009-03-13

BASIC HTML TAGS Empty
PostSubject: Re: BASIC HTML TAGS   BASIC HTML TAGS I_icon_minitimeTue Mar 17, 2009 11:40 pm

lol! yeoboy ang galing mu talaga...hehehehe
Back to top Go down
Sponsored content





BASIC HTML TAGS Empty
PostSubject: Re: BASIC HTML TAGS   BASIC HTML TAGS I_icon_minitime

Back to top Go down
 
BASIC HTML TAGS
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
MSCyber :: Tutorials :: HTML-
Jump to: