diff options
Diffstat (limited to 'result/HTML/liclose.html')
-rw-r--r-- | result/HTML/liclose.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/result/HTML/liclose.html b/result/HTML/liclose.html new file mode 100644 index 0000000..62391dc --- /dev/null +++ b/result/HTML/liclose.html @@ -0,0 +1,15 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> +<html> +<head> + <title></title> +</head> +<body> +<ul> +<li>First item +</li> +<li>Second item, closes the first one +</li> +</ul> + +</body> +</html> |