Start by giving the website a clear title for its users.

That's a fine looking title.

Make sure to start with <h1>, add the title, and then end with </h1>.

<html>
 <body>
  <h3 style="padding:0px; margin:0px;">Hipster Clothes Inc.</h3>
 </body>
</html>
]]>