This is valid HTML but invalid XHTML.
There’s nothing intrinsically wrong with it.
If you look at the source for Google’s privacy policy (or any of their other pages), you’ll find some much terser HTML.
It does mean that your page will not be usable by an XML parser.
Related Contents:
- Set cellpadding and cellspacing in CSS?
- Can we have multiple in same ?
- Alternate table row color using CSS?
- Is there a W3C valid way to disable autocomplete in a HTML form?
- How do I create an HTML table with a fixed/frozen left column and a scrollable body?
- Form inside a table
- Add a horizontal scrollbar to an HTML table
- Fixed Table Cell Width
- HTML table headers always visible at top of window when viewing a large table
- How to completely remove borders from HTML table
- Wrap text in tag
- CSS table-cell equal width
- Is a DIV inside a TD a bad idea?
- How to force table cell content to wrap?
- How can I hide an HTML table row so that it takes up no space?
- Giving a border to an HTML table row,
- Table with fixed header and fixed column on pure css
- How to make HTML table cell editable?
- HTML table td meaning
- Using Position Relative/Absolute within a TD?
- Equal sized table cells to fill the entire width of the containing table
- html – table row like a link
- Set min-width in HTML table’s
- What are best practices to order elements in ?
- Removing unwanted table cell borders with CSS
- How do you use colspan and rowspan in HTML tables?
- How can I construct a table header than spans multiple rows in HTML?
- The border-radius property and border-collapse:collapse don’t mix. How can I use border-radius to create a collapsed table with rounded corners?
- Table scroll with HTML and CSS [duplicate]
- HTML table with horizontal scrolling (first column fixed)
- Align text in a table header
- Autocomplete off vs false?
- How to make Scrollable Table with fixed headers using CSS [duplicate]
- How to make table cell shrink according to the content?
- using text-align center in colgroup
- HTML5: W3C vs WHATWG. Which gives the most authoritative spec?
- How to increase the distance between table columns in HTML?
- Table columns, setting both min and max width with css
- Make a span the entire row in a table
- Why is my HTML table not respecting my CSS column width?
- Setting max-height for table cell contents
- How to hide Table Row Overflow?
- Is there a valid way to wrap a dt and a dd with an HTML element?
- HTML ‘td’ width and height
- HTML — two tables side by side [duplicate]
- How to get table cells evenly spaced?
- Force HTML Tables To Not Exceed Their Containers’ Size
- How to hide the border for specified rows of a table?
- jQuery UI themes and HTML tables
- How do I make one table column fill all the spare horizontal space?