Saved Bookmarks
| 1. |
What is HTML tag explain its type |
|
Answer» Hi, An HTML code that defines EVERY structure on an HTML PAGE, including the PLACEMENT of text and images and hypertext links. HTML tags begin with the less-than (<) character and end with greater-than (>). These symbols are also called "angle brackets.". There are two types of tags 1. paired tag 2. unpaired tags paired tags consist of two tags for example div, aside, article, h1, h2 ,H3 etc... example: Hello World!unpaired tags are those tags which does not need a companion tag. for exmaple: br, input, IMG etc exmple: |
|