HTML or Hypertext Markup Language in full form is the markup language to create webpages. Any HTML document has mainly two parts: Head Body An HTML code is written using tags. Like <html> tag means the beginning of an HTML document and </html>tag means the end of the HTML section. Similarly for head, <head >tag is used and for body, <body>tag is used. Usually and HTML consists of a start tag and an end tag, the content is written between these two tags. Like: <p> content abc.... ...of paragraph </p> (start tag) (end tag) Note: <title> tag is always written within <head> tag. List of popular tags Tag ...
See the reality as it is