IE 11 : bei STRG++ kollabiert irgendwann meine Seite
bearbeitet von
Richtig, also bitte mal konkret:
~~~HTML
<body>
<header>
</header>
<nav>
</nav>
<main>
<article>
<h3>Überschrift h3</h3>
<div>
<h4>1993</h4>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
</div>
<div>
<h4>1994</h4>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
</div>
<div>
<h4>1995</h4>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
</div>
<ul>
<h4>199&</h4>
<li>
<p>li</p>
</li>
<li>
<p>li</p>
</li>
<li>
<p>li</p>
</li>
<li>
<p>li</p>
</li>
</ul>
</article>
</main>
<footer>
</footer>
</body>
~~~
Ist dies so für meine Beispiele "korrekter"????
[Beispiel 1](http://www.tassilo.sturm.serverma.de/sturm/cv.html)
[Beispiel 2](http://www.tassilo.sturm.serverma.de/sturm/cv_group_shows.html)
[Beispiel 3](http://www.tassilo.sturm.serverma.de/sturm/text_de.html)
[Beispiel 4](http://www.tassilo.sturm.serverma.de/sturm/imprint_disclaimer.html)
Wie würde man es "richtig" machen?
Gruss T.
IE 11 : bei STRG++ kollabiert irgendwann meine Seite
bearbeitet von
Richtig, also bitte mal konkret:
~~~HTML
<body>
<header>
</header>
<nav>
</nav>
<main>
<article>
<h3>Überschrift h3</h3>
<div>
<h4>1993</h4>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
</div>
<div>
<h4>1994</h4>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
</div>
<div>
<h4>199%</h4>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
<section>
<p>section</p>
</section>
</div>
<ul>
<h4>199&</h4>
<li>
<p>li</p>
</li>
<li>
<p>li</p>
</li>
<li>
<p>li</p>
</li>
<li>
<p>li</p>
</li>
</ul>
</article>
</main>
<footer>
</footer>
</body>
~~~
Ist dies so für meine Beispiele "korrekter"????
[Beispiel 1](http://www.tassilo.sturm.serverma.de/sturm/cv.html)
[Beispiel 2](http://www.tassilo.sturm.serverma.de/sturm/cv_group_shows.html)
[Beispiel 3](http://www.tassilo.sturm.serverma.de/sturm/text_de.html)
[Beispiel 4](http://www.tassilo.sturm.serverma.de/sturm/imprint_disclaimer.html)
Wie würde man es "richtig" machen?
Gruss T.