exer5: Hypertext Mark-up Language (HTML) Tags.

Hyper Text Mark-up Language (HTML) Tags


TAGSDESCRIPTION
html ... /htmlThe html tag must be the VERY FIRST tag that appears in any HTML file. html tells the Web browser that this is the beginning of an HTML document and the /html tag tells the browser that the HTML file is finished. The tags with slash "/" respresent a closing tag. l
head ... /headlThe head and /head tags defines that part of the document containing information about the page. This section includes the TITLE of the document. l
title ... /titlelThis tag surrounds the TITLE of your document. Note: The TITLE appears at the top of your browser window. For example, look at the top of this page.l
body ... /bodyThe body tag usually comes immediately after the /head tag that ended your HEAD section. The /body tag comes before the /html tag at the end of the document.
hx ... /hxThese tags are used to create headings. There are six different sizes with h1 being the largest and h6 being the smallest.
pThis tag signals the end of one paragraph and the beginning of the next. There is supposed to be a closing tag /p tag. One thing to keep in mind is that web browsers cannot indent the first word of a paragraph, so this tag leaves a blank space between two paragraphs; however, multiple p tags will NOT result in multiple blank lines.
brThis tag represents a line break. It also does not have a closing tag. The optional argument CLEAR in conjunction with aligned images is useful.
hrThis the horizontal rule tag. It instructs the browser to insert a paragraph break into the content with a line separating the paragraphs. The browser will automatically adjust the line to fill the witdth of the display window.
bThe text between these tags will be bold.
iThe text between these tags will be in italics.

Back to Home
 
Make a Free Website with Yola.