Here is a bouncing ball, centered in a new way (because using align was too simple?):
02
Akershus
03
Oslo
04
Hedmark
05
Oppland
06
Bukserud
07
Vestfold
08
Telemark
09
Aust-Agder
10
Vest-Agder
11
Rogaland
12
Hordaland
14
Sogn og Fjordane
15
Møre og Romsdal
16
Sør-Trøndelag
17
Nord-Trøndelag
18
Nordland
19
Troms
20
Finnmark
This is an article.
Lorem ipsum dolor sit amet, ea nec facete impedit accommodare. Est at commune expetendis, no propriae platonem disputationi pro, semper posidonium scribentur pro eu. Ut pro molestie gloriatur concludaturque. Illum audiam probatus pri in. Usu ut patrioque honestatis, homero efficiendi delicatissimi pri no.
This is an aside.
Here is some music...
Use this to hear it!
This is for alternative languages.
Tomato:
Norwegian Tomat, color: red
Arabic طماطم, color: red
Hebrew עגבניות, color: red
Chinese 番茄, color: red
Somali yaanyo, color: red
This is Henrik. You can display or hide him in Chrome but not in Firefox with the details twister.
This is a natural wonder called Kjerag, in a figure:
From: Visit Norway.
Latitude:
Longitude:
Mark: This is REMARKABLE!
This is a section...
Lorem ipsum dolor sit amet, ea nec facete impedit accommodare. Est at commune expetendis, no propriae platonem disputationi pro, semper posidonium scribentur pro eu. Ut pro molestie gloriatur concludaturque. Illum audiam probatus pri in. Usu ut patrioque honestatis, homero efficiendi delicatissimi pri no.
For each item in an organized and an unorganized list
table
/table
For a table
theader
/theader
For the table header part of a table
tbody
/tbody
For the table body part of a table
tr
/tr
For a row in a table
th
/th
For the table header fields in a table row
td
/td
For the table data fields in a table row
b or strong
/b or /strong
For bold
i or em
/i or /em
For italics
blockquote
/blockquote
For a block of text to be indented
hr, hr size=, hr width=, hr width=%, hr noshade
/hr
Horizontal Rule
How to bring in html code from JavaScript
Define where the code is:
script src="http://127.0.0.1:82/wordpress/wp-content/scripts/svheader.js" /script
script src="http://127.0.0.1:82/wordpress/wp-content/scripts/svfooter.js" /script
and the code itself:
/**
* Common Skeiv Verden Footer
*/
var svfootercode = '\
\
\
';
Then create a dummy bit of code to be replaced:
div id="svh">/div>
script>
document.getElementById("svh").innerHTML = svheadercode;
/script>
div id="svf">
script>
document.getElementById("svf").innerHTML = svfootercode;
/script>