Difference between revisions of "Main Page"
Jump to navigation
Jump to search
Line 47: | Line 47: | ||
<syntaxhighlight lang="html4strict" line start="100" enclose="div"> | <syntaxhighlight lang="html4strict" line start="100" enclose="div"> | ||
<html> | <html> | ||
− | <head> </head> | + | <head> |
+ | <script> | ||
+ | function a(){ | ||
+ | return 1234567; | ||
+ | } | ||
+ | </script> | ||
+ | </head> | ||
<body> | <body> | ||
<p style="background-color: blue;"> | <p style="background-color: blue;"> |
Revision as of 12:52, 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>
102<script>
103function a(){
104 return 1234567;
105}
106</script>
107</head>
108<body>
109<p style="background-color: blue;">
110Here is some HTML text
111</p>
112</body>
113</html>