mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Base: Add some title attributes to the small HTML test file :^)
This commit is contained in:
parent
5b942b519c
commit
b5c587a106
Notes:
sideshowbarker
2024-07-19 11:53:41 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b5c587a106a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
<html>
|
||||
<head><title>Small test page</title></head>
|
||||
<body bgcolor="#408080" text="#ffffff">
|
||||
<h1>Hello friends!</h1>
|
||||
<h1 title="This is a heading" >Hello friends!</h1>
|
||||
<p>This is a <b>very small</b> test page :^)</p>
|
||||
<p>Visit the <a href="http://www.serenityos.org/">SerenityOS home page</a> today!</p>
|
||||
<p>Visit the <a title="This is a link" href="http://www.serenityos.org/">SerenityOS home page</a> today!</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue