main element
		
		  Skateboards
		  The skateboard is the way cool kids get around
		  Longboards
		  Longboards are a type of skateboard with a longer
		  wheelbase and larger, softer wheels.
		  Electric Skateboards
		  These no longer require the propelling of the skateboard
		  by means of the feet; rather an electric motor propels the board,
		  fed by an electric battery.
		
		Code
		<main>
	<h2>Skateboards</h2>
	<p>The skateboard is the way cool kids get around</p>
	<h3>Longboards</h3>
	<p>Longboards are a type of skateboard with a longer
	wheelbase and larger, softer wheels.</p>
	<h3>Electric Skateboards</h3>
	<p>These no longer require the propelling of the skateboard
	by means of the feet; rather an electric motor propels the board,
	fed by an electric battery.</p>
</main>
		Reference
		HTML5 main element