Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLaccessible tables scope captionSingle-choice MCQ706 views

What does the following code create?

<table>\n <thead>\n <tr><th>Header</th></tr>\n </thead>\n <tbody>\n <tr><td>Data</td></tr>\n </tbody>\n</table>