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 | The following HTML document is used to display | ||
a simple page | a simple page | ||
<html> | |||
<head> | |||
<title>Welcome</title> | |||
</head> | |||
<body> | |||
This is a simple HTML document | |||
</body> | |||
</html> |
Revision as of 22:48, 23 March 2017
The following HTML document is used to display a simple page <html> <head> <title>Welcome</title> </head> <body> This is a simple HTML document </body> </html>