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:
The following HTML document is used to display
The following HTML document is used to display
a simple page
a simple page
<html>
<html>
<head>
<head>
<title>Welcome</title>
<title>Welcome</title>
</head>
</head>
<body>
<body>
This is a simple HTML document
This is a simple HTML document
</body>
</body>
</html>
</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>