e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
14 lines
377 B
HTML
14 lines
377 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<title>HTML Div List for HtmlStore</title>
|
|
</head>
|
|
<body>
|
|
<div id="divExample">
|
|
<div><b>bold</b></div>
|
|
<div><i>italic</i></div>
|
|
<div><i>normal</i></div>
|
|
</div>
|
|
</body>
|
|
</html>
|