User:Jbro971: Difference between revisions
From Stage One Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
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> | |||
7 | |||
< | |||
</body> | |||
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>