Fragemensch: Stil?

Beitrag lesen

//3
<html>
<head>
  <title> Titel </title>
</head>
<body>
  Text
</body>
</html>

//4
<html>
  <head>
    <title> Titel </title>
  </head>
  <body>
    Text
  </body>
</html>

Ich bevorzuge eine Mischung zwischen 3 und 4, hauptsache ich kanns lesen ;)