Web Page & HTML:
- Web page made by using HTML.HTML is the combination of some Tags.
- Tag means ,the meaning of a sentence which is used in a HTML.
- Two kinds of Tags are used in HTML.These Tags are Empty Tag & Container Tag.
- Empty Tag has not ending Tag.It has only starting Tag.For example: <br>,<meta>,<img>
- Container Tag has ending Tag & starting Tag.For example:
<u>some paragraph</u>,
<b> some paragraph</b>
- In HTML,we use attribute to define a Tag.For example:
<img align="centre">,
<img align="left">
- Web page has Head and Body section.Head section used as the title of a HTML & Body section used to show the page of HTML in a web page.Such as:
0 comments:
Post a Comment