1<html> 2 3<head> 4 <title>Hello World</title> 5</head> 6 7<body> 8 <b><h1>Hello there!</h1></b> 9 <input type="text" size="15" id="123" value="foo"/> 10</body> 11 12</html> 13