You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
634 B
HTML

<HTML XMLNS:Customtag>
<head>
<style>
@media all {
customtag\:pink { color: pink; }
customtag\:gray { color: gray; }
customtag\:aqua { color: aqua; }
}
</style>
</head>
<body>
<customtag:pink>
customtag:pink tags. Love is the big booming beat which covers up the noise of hate. Margaret Cho
</customtag:pink>
<customtag:gray>
closing customtag:gray tags. Love is the big booming beat which covers up the noise of hate. Margaret Cho
</customtag:gray>
<customtag:aqua>
customtag:aqua tags. Love is the big booming beat which covers up the noise of hate. Margaret Cho
</customtag:aqua>
</body>
</html>