- Courses
- HTML
- HTML top level tags
- <body>
- Multiple body tags in HTML
How many <body>
tags can be used in a single HTML document?
Only one <body>
tag should be used per HTML document.
HTML standards dictate that a single <body>
tag should be used in an HTML document. Using more than one can lead to rendering issues and unexpected behavior in browsers. It is crucial to adhere to this standard to ensure proper document structure and functionality.