(Created page with "<!DOCTYPE html> <html> <head> Test-Bank-Header </head> <body> Hello world! My name is Bank </body> </html>") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
<!DOCTYPE html> | <!DOCTYPE html> | ||
<html> | <html> | ||
<head> | <head> | ||
− | Test-Bank-Header | + | <title>Test-Bank-Header</title> |
</head> | </head> | ||
<body> | <body> | ||
− | Hello world! My name is Bank | + | Hello world! My name is Bank. |
</body> | </body> | ||
</html> | </html> |
Latest revision as of 04:43, 22 May 2018
<!DOCTYPE html>