What is HTML?
HTML stands for HyperText Markup Language. It's used when making a website, and available to use on deviantART to customise what you are writing.
Once you memorise the HTML, it's pretty easy and fun to use.
You can find some codes on the deviantART FAQ #104, but they don't give you all of them.
You can use the codes I am about to give you in artist comments, journal entries, blog entries, profile pages, and more importantly comments!
Literature pieces have less codes available to use than what I just mentioned, but there's still a fair few you can play around with.
especially everyone's favourite emoticons.
Avatar Linking
:iconusername: swap "username" for a deviant's actual username and you will create a link to their page with their avatar.
Username Linking
:devusername: swap "username" for a deviant's actual username and you will create a link to their page with their username.
Anchor
<a href="http://deviantart.com">deviantART</a> turns into a link, like so: deviantART
<a> stands for anchor.
You don't close the anchor straight away, you leave it open with a space for the next piece of code.
href stands for Hypertext Reference. It tells <a> what to open.
Inbetween the quotation marks to place you web address.
Then you close the open <a with the >
After that, you type the name of your link.
Finally, you close it off with </a>
Basically, in code you're writing:
<Anchor Hypertext Reference="Web address">Name of link</Anchor>
Abbreviation
<abbr title="Be Right Back">BRB</abbr> opens up a little window when you hover over the underlined word to tell you what that word means. BRB.
The code spells out a sentence just as it does for Anchor.
In this case it reads:
<Abbreviation title="The word you are explaining the meaning of">Word being used</Abbreviation>
You can even use Abbreviation for links.
What it looks like:
<abbr title="Where Art meets application"><a href="http://www.deviantart.com/">deviantART</a></abbr>
What it turns into:
deviantART
What it reads:
<Abbreviation title="Slogan, explanation, etc"><Anchor Hypertext Reference="Web Address">Name of link</Anchor></Abbreviation>
Acronym
<acronym title="ta ta for now">TTFN</acronym> does exactly the same as Abbreviation, and can be used in the same way. TTFN
You can even use Acronym for links, just like Abbreviation, however, it leaves a dotted line underneath.
What it looks like:
<acronym title="Where Art meets application"><a href="http://www.deviantart.com/">deviantART</a></acronym>
What it turns into:
deviantART
What it reads:
<Acronym title="Slogan, explanation, etc"><Anchor Hypertext Reference="Web Address">Name of link</Anchor></Acronym>
Anchor Linking
Even simpler than both Abbreviation and Acronym is Anchor Linking.
It has a smooth clean line like Abbreviation and not a dotted line like Acronym.
What it looks like:
<a title="Where Art meets application" href="http://www.deviantart.com/">deviantART</a>
What it turns into:
deviantART
What it reads:
<Anchor title="Slogan, explanation, etc" Hypertext Reference="Web Address">Name of Link</Anchor>
















Tags:
CCS Fonts:
________________________________________
FAQ #81: How can I make links to other deviants, deviations, or websites?
FAQ #104: What HTML formatting can we use on deviantART? And what is the format for these codes?
FAQ #508: How do I post the raw HTML or emoticon codes in chatrooms?
________________________________________