Pages

Tuesday, August 25, 2009

Cards in HTML - Just copy the code and by now you should know where to post the code

Code

♠♣♥♦

Output/Display

♠♣♥♦

See some ASCII art:

http://www.chris.com/ascii/

For starters Once again:

If you still not know where to post the code:
Just copy this code in your NOTEPAD application:

Code

<html>
<body>

&#9824;&#9827;&#9829;&#9830;

</body>
</html>

SAVE AS CardsDisplayed.html

Open the page you've saved you've these symbols right at the upper right corner of the page. This is how html websites are made - they use English Code.

Output/Display

♠♣♥♦

No comments:

Post a Comment