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:
parent
581d6b00c8
commit
f8a86b5164
5 changed files with 194 additions and 17 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue