I would like to show in the section a logo, title, and navigation menus without using CSS, only HTML 5 if that is possible but I can't make it work.
<body>
<header>
<img src="logo.png" width="128" height="128">
<h1 >text</h1>
</header>
</body>