The body tag in HTML
- 24-07-2022
- Trung Minh
- 0 Comments
The <body> tag defines the body or body of the document.
<body> element will wrap all content elements of html document including images, text, links etc.
<body> <h1>Học lập trình miễn phí tại web888.vn</h1> </body>
Attribute of <body> . tag
The <body> tag is supported with Global Attributes in HTML.