<!DOCTYPE html> <html lang="ja"> <head> <title>Hello Hello Hello</title> <script src="hello.js"></script> <style> body {background: #eef;} </style> </head> <body> <p>Hello, world!!</p> <p id = h1>Hello, world!!</p> <p>Hello, world!!</p> <p>Hello, world!!</p> </body> </html>