mirror of
https://github.com/servo/servo.git
synced 2025-06-16 12:24:29 +00:00
16 lines
386 B
HTML
16 lines
386 B
HTML
<html>
|
|
<head>
|
|
<title>hi there?</title>
|
|
</head>
|
|
<body>
|
|
<p style="background:gray">
|
|
<span style="background:red;font-size:35px;border: black solid 15px">
|
|
<img src="test.jpeg" style="border:blue 30px solid;" />
|
|
kitty?
|
|
<em style="background:blue;font-size:15px;border:yellow 15px solid">
|
|
this is em
|
|
</em>
|
|
</span>
|
|
</p>
|
|
</body>
|
|
</html>
|