prettier/tests/html_doctype_declarations/xhtml1.1.html

23 lines
735 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>XHTML markup</title>
</head>
<body style="background-color:#ffffcc; color:#008800">
<br />
<h2 align="center">Sample XHTML page</h2>
<br />
<div align="center">
<img src="../images/bee3.jpg" width="400" height="250" alt="Beep" vspace="20" />
</div>
<p align="center" style="font-size:17px">Bar Foo,<br />
Foo,<br />
Bar<br />
Foo</p>
<p align="center"><em>String</em></p>
<br />
<hr />
</body>
</html>