neskaya
Follow [ bookmark livejournal facebook twitter rss stumbleupon ]
Log in to download layouts, skins, and emoticons. Register?

Designs

Web Templates
LJ Layouts
phpBB3 Skins

Graphics

Avatars
Textures
Buttons
Emoticons
Pixels
Fonts

Misc & Fun

Quizzes
Tutorials
Interactive

Community

Forums
Rotation

Site

FAQ & Contact
Links

Affiliates

Komet Tails
Smile Scan
Dragonrain

xHTML /HTML Tutorial: Show HTML Codes

OK, so you actually want to write the html out and display it instead of having it take effect on the page? This is useful for writing tutorials, and here's how to do it.

You use something called sHTMLc, which stands for... show HTML code! It always has an & in the front and a ; in the end. There are many more codes than what I'm showing you, but I'm going to show you just the basics/necessities.

To get a <, you type in &lt;
To get a >, you type in &gt;
To get a ", you type in &quot;
To get a &, you type in &amp;
To get a ©, you type in &copy;
To get a space, you type in &nbsp;
To get a ¤, you type in &curren;
To get a , you type in &hearts;

Okay, the last two aren't really necessary to show your code or anything, but they're two of my favorite symbols. ^_^ I've now added a converter for you if you're lazy as well: