LibHTML: Basic element attribute parsing.

This commit is contained in:
Andreas Kling 2019-06-15 21:08:36 +02:00
commit f8a86b5164
Notes: sideshowbarker 2024-07-19 13:35:49 +09:00
5 changed files with 194 additions and 17 deletions

View file

@ -1,6 +1,7 @@
<html>
<head><title>Small test page</title></head>
<body>
<body bgcolor="#408080" text="#ffffff">
<h1>Hello friends!</h1>
<p>This is a <b>very small</b> test page :^)</p>
</body>
</html>