<!doctype html> <html> <body> <div role="tablist"> <div role="tab" id="tab1">Tab 1</div> <div role="tab" id="tab2">Tab 2</div> </div> </body> </html>