65

Everyone when writing HTML:

<header></header>
<section>
<ul>
<li></li>
</ul>
</section>
<footer></footer>

ME:

<div><div></div></div>
<div><div><span><div></div></span></div></div>
<div><div></div></div>

Comments
  • 3
    Thank god I am not the only one who write's horrible code. πŸ˜‚

    Generally I start with div's everywhere then slowly transition into option one via refractoring.
  • 3
    The W3C validator will cry on this one... You can't put span inside your divs...

    Poor W3C... The horrors he has seen...
  • 7
    @michaelarnauts I think it's the other way around.. you can't put divs in your span
  • 1
    Actually, I forgot something.

    <span style="display: block;"></span>
  • 2
    Holy shit dude... Hope that i never must maintain such projects with such horrible code πŸ™„πŸ™„πŸ™„
  • 0
    The software engineers at the company where I used to work where to lazy to do .container+tab to create <div class="container"></div> this is through the​ emmit plugin which is installed by default in visual studio! And saying that "is not my job" is fucking invalid.
  • 1
    Haha html5 landed and found you offguard, you are not alone buddy, lets console one another lol
  • 0
    Dudes, this is all just a joke, okay? :D
  • 0
    @theCreativeOne you mean emmet? html:5 -> tab <3
  • 0
  • 1
    @fyzrn exactly, I meant the other way around :)
Add Comment