renem revised this gist 6 hours ago. Go to revision
1 file changed, 1 insertion, 1 deletion
testhtml.html
| @@ -1,7 +1,7 @@ | |||
| 1 | 1 | <!doctype html> | |
| 2 | 2 | <html> | |
| 3 | 3 | <head> | |
| 4 | - | <title>This is the title of the webpage!</title> | |
| 4 | + | <title>This is the super title of the webpage!</title> | |
| 5 | 5 | </head> | |
| 6 | 6 | <body> | |
| 7 | 7 | <p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p> | |
renem revised this gist 6 hours ago. Go to revision
1 file changed, 9 insertions
testhtml.html(file created)
| @@ -0,0 +1,9 @@ | |||
| 1 | + | <!doctype html> | |
| 2 | + | <html> | |
| 3 | + | <head> | |
| 4 | + | <title>This is the title of the webpage!</title> | |
| 5 | + | </head> | |
| 6 | + | <body> | |
| 7 | + | <p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p> | |
| 8 | + | </body> | |
| 9 | + | </html> | |