Introduction of html body section (<body></body>)
Situation : We want to post a letter then we need following task.
- First we need to write letter.
- Then we put in the envelope.
- Write address and other information on the envelope.
- Envelope contains necessary information about letter.
From above points we can say body section for html page works as letter which has content about webpage. We define or describe our webpage in this section. this is composed of html tags (<h1>,<p>,<div>,<span>,<img>,<a>,<b>)
- Heading Tags <h1> this is used for heading purpose.
- Paragraph Tag <p> this is used for defining paragraph.
- Div Tag <div > this tag create logical section in webpage.
- Span Tag <span> this tag also create logical section in webpage.
- Anchore Tag <a> this is used for linking pages.
- Image Tag <img> this is used for defining image in page.
- Bold Tag <b> this tag bold any text
- Italic Tag <i> this tag do italic any text content.
- Underline Tag <u> this tag do underline to any text content.
No comments:
Post a Comment