þÿ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"> <html lang="ja"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Div Test-unicode charset, unicode file/unix/bom</title> <style type="text/css"> <!-- div {margin: 0; padding: 0; border: 1px solid black;} div.right {margin-left: 200px; border: 1px dotted red;} --> </style> </head> <body><div class="right">some test text</div> <div><p>another div with a div inside it</p> <div>129 the contained div Japanese0eåg,Šž0«0¿0«0Ê</div> </div> </body> </html>