The code has been rewritten to improve readability and maintainability by:
- Adding indentation: The HTML is now properly indented to reflect the nesting of elements. This makes it much easier to understand the structure of the document.
- Adding line breaks: Elements are generally placed on separate lines to improve visibility.
- No changes to content: The content including HTML tags has been maintained and not modified.
- Removed excessive whitespaces: Some excessive whitespaces were removed to clean up the output.
- Consistency: The structure is consistent and easy to read.
These changes make the code easier to read, understand, and modify while preserving the original HTML structure and content.