TYPE THE DOCUMENT TITLE
26
The HTML Skeleton Below are the tags every HTML document must have. In the past you could type the HTML tags in either lowercase or capital letters, but there area few that cause problems in certain browsers when entered in uppercase.
Nowadays, because other languages such as XHTML
require that tags be in lowercase, and because many people are calling for the same requirement for HTML, I strongly urge you to code in lowercase at all times. It may seem fussy, but cross-platform display
consistency is the goal, and that can only be accomplished by having standards everyone follows. These tags are the bare necessities
Title Text Goes Here Content Area
Between the opening and closing body tags is where you place the actual content you want displayed to the public.
tag. The area between the opening and closing body tags is where you put the content you want to show upon the web page when viewed with a browser. Other HTML elements are used within this area as well, which allow you to add images, create paragraph spaces, and to code other display instructions. These other formatting tags do not show upon the web page, but merely tell the browser how to display the information you want to present. When you've completed this tutorial you can go to the individual tutorials and add whatever elements you wish to play around with to your first web page. After the BODY tag is where you put the content you want to show on a web page. Your pictures, jokes, links and all else goes here. So for now, just enter the tag under the tag and type a brief message for demonstration purposes. The last thing to do is to cancel the BODY and HTML elements. In HTML we always cancel tags in the reverse order they were opened, so type Its fun to know the basics of webpage and to have used the little I have learnt to create a simple but fascinating web page. Thanks to all that have contributed in one way or the other for the development of this material. Defines the document's body
Share with your friends: