Friday, 17 July 2015

HTML -05 Body Tag

HTML Tutorals -05

BODY TAG-

HTML body section is a main contain section of web page all contain that will be seen when the user loads the webpage.

HTML body section supported all the contains such as text, hyperlinks, images, Special Character, lists, tables, frames, forms etc.

It's most powerful section and important section to display web page.

Body Section:

 <html>

<head>

<link rel="stylesheet" type="text/css" href="/styles.css">

<title>
             Body Section Elements
 </title>

</head>

<body>

      <Body Section Begin >

  <p> This is Body Section </p>

  <a href="../html_tutorial.php"> goto HTML Index Page </a>

</body>

</html>


Basic Body Section Tags:

Tag Description

<a> Defines the internal link, external link and Subdirectory link.

<br /> Defines the single line break.

<code> Defines the computer code on text base.

<div> Defines or create the division section in a document.

<form> Defines the HTML form for use in input documents

<frame> Defines the many individual part

<hr /> Draw or make the horizontal line.

<p> Defines the paragraph in web documents.

<pre> Defines the preformatted text.

<span> Defines a section in a web document.

<table> Defines the table.

<textarea> Defines the multiline text.


These attributes can be used with body tag in the section with placed extra features 

No comments: