User:Jbro971: Difference between revisions

From Stage One Wiki
Jump to navigationJump to search
Jbro971 (talk | contribs)
No edit summary
Jbro971 (talk | contribs)
No edit summary
Line 1: Line 1:
<!DOCTYPE HTML>
The following HTML document is used to display
<html>
2 a simple page
    <head>Welcome to my user page!</head>
3 <html>
        <body> <b>HELLO!!!!</b>
4 <head>
<ol>1
5 <title>Welcome</title>
2
6 </head>
3
7 <body>
4
8 This is a simple HTML document
5
9 </body>
6
10 </html>
7
8
9
</ol>
<a href="https://wiki.cs.auckland.ac.nz"></a>
</body>
  </html>

Revision as of 22:47, 23 March 2017

The following HTML document is used to display 2 a simple page 3 <html> 4 <head> 5 <title>Welcome</title> 6 </head> 7 <body> 8 This is a simple HTML document 9 </body> 10 </html>