The basic structure of an HTML document includes tags, which surround content and apply meaning to it.
<html>
<body>
Hello World (Content / WebPage)
</body>
</html>
<html>
<body>
Hello World (Content / WebPage)
</body>
</html>
Copyright © Tech Attacks. All rights reserved.