The Scripting Language (HTML) Continuation HTML TAGS
Hello Guys. I am back again with a new topic and it is title The HTML TAGS and their functions. we will be looking at them one after the other.
Today i am going to be talking bout the body and /body.
- body: Mean the opening body of the HTML page, meaning that all the information, design and graphic you want to input in your web page must be within the body and /body before it appears on the page e.g
html
title Isahcare IT Solution Ltd title
body
h1 Welcome to Isahcare IT Solution Ltd h1
body
/html
The above example will show you the title of the page of your browser, and will also welcome to the name of the organization you as the notepad you are using or the web design app you are using. try the example on the notepad or notepad++ and save the file as .html and open it with your browser.
Lastly the /body Means you close the page tags. everything you are inserting must be within the body/ body.
NOTE: The blog here does not accept using html tags to present example to you guys but you can join my IT @isahcareitsolutions group to see more examples.
Thanks for taking time to read the page until we hook up again next week Wednesday.
Bye!
Isahcare IT Solution Ltd
Ah so it begins making a title and where to write isnt < BR > needed ?