Some Of the Tags brief in HTML
1. <!DOCTYPE html> declaration defines this document to be in HTML5 code.
2. <html> element is starting of the HTML Tag.
3. <head> element contains meta information about the HTML file.
4. <title> element contain or give the title of the perticular page in HTML.
5. <body> element contains the whole page contain in HTML page.
6. <h1> element defines largest size of heading tag.
7. <p> element defines a paragraph Of the HTML page.
No comments:
Post a Comment