5,838
edits
m (→Aside, Section, Article, Header, Footer - the alternative HTML tags: added 'main') |
|||
| (5 intermediate revisions by 2 users not shown) | |||
|
Here is the complete source code, with the style sheet written into the HTML. Normally the Stylesheet would be in it's own file, as per the discussion on the previous article
</article></pre>
To further develop the design, include
To further develop the design, include '<aside> some HTML content </aside>' to add in information not directly related to the '<main> some HTML content </main>. Your [[Stylesheets]] could position this to the right hand side of the content in 'main' for viewing on a monitor, but below it for narrower media when you print or view on some other devices. Have a look at the HTML used on those web-sites you like, as most browsers offer 'view source'.▼
<pre><aside> some HTML content </aside></pre>
= The next article to read …… =▼
to add in information not directly related to the
<pre><main> some HTML content </main></pre>.
▲
▲= The next article to read …… =
Editing_content_of_a_webpage_using_either_HTML_or_Script. See [[Editing_content_of_a_webpage_using_either_HTML_or_Script]].
Original article [[User:Daj|Daj]] 18:07, 13 February 2011 (UTC)
| |||
edits