<!doctype html>
<html lang="ja">

<head>
          <meta charset="UTF-8">
          <meta name="description" content="test">
          <meta name="keywords" content="est">
          <title>test</title>
</head>
<body>
          <h1>hello</h1>
          <p>world</p>
</body>
</html>
<!doctype html>
<html lang="ja">

<head>
          <meta charset="UTF-8">
          <meta name="description" content="test">
          <meta name="keywords" content="est">
          <title>test</title>
</head>
<body>
          <h1>hello</h1>
          <p>world</p>
</body>
</html>

Test

  • 1.
    <!doctype html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="description" content="test"> <meta name="keywords" content="est"> <title>test</title> </head> <body> <h1>hello</h1> <p>world</p> </body> </html>
  • 2.
    <!doctype html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="description" content="test"> <meta name="keywords" content="est"> <title>test</title> </head> <body> <h1>hello</h1> <p>world</p> </body> </html>