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>
Blinking Text
<blink>Text</blink>
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>
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!
Comments
Displaying 0 of 0 comments ( View all | Add Comment )