1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:37:35 +00:00

LibHTML: Basic element attribute parsing.

This commit is contained in:
Andreas Kling 2019-06-15 21:08:36 +02:00
parent 581d6b00c8
commit f8a86b5164
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>