HTML body Tag
The HTML <body> tag is used to defines the main content of HTML document content.It is placed within the <html> tag. It can contain text, paragraphs, headings, images, tables, links, videos, etc. Syntax <body>Body Contents...</body> Example <!DOCTYPE html> <html> <head> <title>Example of body…
View On WordPress









