allen's profile picture

Published by

published

Category: SpaceHey

cosos pa texto

Advent 2023 - Day 19 - HTML Codes!

Happy December 19th! 🎅

Here are some useful HTML code snippets you can use pretty much everywhere on SpaceHey - on your profile, in comments, in bulletins, in blog entries and on the forums!

Scolling Text

<marquee>Text</marquee>
Example

Blinking Text

<blink>Text</blink>
Example

Highlighted Text

<mark>Text</mark>
Example

Bold Text

<b>Text</b>
Example

Italic Text

<i>Text</i>
Example

Underlined Text

<u>Text</u>
Example

Strikethrough Text

<del>Text</del>
Example

Link

<a href="https://example.com">Text</a>


There are a ton of other supported HTML Tags, but these are the most common ones!
Hope this helps some of you!

Enjoy the festive season!


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )