It is currently Sat Dec 02, 2017 4:10 pm Advanced search
JAB Creations wrote:after all you wouldn't see the big header, 'Won War!' and then half way down the page in the same font-size, 'Women shaves cat'.
<h1>a</h1>
<h2>b</h2>
<h3>c</h3>
<h1>a</h1>
<section>
<h2>b</h2>
<section>
<h3>c</h3>
</section>
</section>
<h1>a</h1>
<section>
<h1>b</h1>
<section>
<h1>c</h1>
</section>
</section>
<body>
<h>Heading one</h>
<article>
<h>Heading two</h>
<section>
<h>Heading three</h>
<p>blablabla</p>
</section>
</article>
</body>
<body>
<h6>Heading one</h6>
<article>
<h1>Heading two</h1>
<section>
<h3>Heading three</h3>
<p>blablabla</p>
</section>
</article>
</body>
h.h1 {}
h.h2 {}
h.h3 {}
/* etc */
<body>
<article>
<section>
<p>blablabla</p>
<h3>heading three</h3>
</section>
<h2>heading two</h2>
</article>
<h1>heading one</h1>
</body>
JAB Creations wrote:I was not talking about styling.
JAB Creations wrote:That's not top-to-bottom.
Users browsing this forum: No registered users and 2 guests