Difference between revisions of "Main Page"
Jump to navigation
Jump to search
Line 45: | Line 45: | ||
'''Here''' ''is'' the '''''other''''' level. | '''Here''' ''is'' the '''''other''''' level. | ||
+ | <syntaxhighlight lang="html4strict" line start="100" highlight="5" enclose="div"> | ||
+ | <html> | ||
+ | <head> </head> | ||
+ | <body> | ||
+ | Here is some HTML text | ||
+ | </body> | ||
+ | </html> | ||
+ | </syntaxhighlight> | ||
== Getting started == | == Getting started == |
Revision as of 12:45, 20 October 2013
|
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.
This is the first edit.
Some example Image and text
Here is an image File:Cov3.jpg inlined. |
Another contentHere is one paragraph. Here is another.
|
Another level
Here is the other level.
100<html>
101<head> </head>
102<body>
103Here is some HTML text
104</body>
105</html>