HOME | DD
Published: 2011-07-17 00:25:30 +0000 UTC; Views: 9360; Favourites: 133; Downloads: 11
Redirect to original
Description
Listed in alphabetical order:< a > anchor tag : used to create links out of text.
Ex: deviantART
How to do it: < a href=" LINK "> DESIRED TEXT < / a >
---
< abbr > abbreviation tag : used to create scroll-over definitions for abbreviations.
Ex: WHO
How to do it: < abbr title=" NOUN "> ABBREVIATION < / abbr >
---
< acronym > acronym tag : used to create scroll-over definitions for acronyms.
Ex: OOC
How to use it: < acronym title= " TEXT "> ACRONYM < / acronym >
---
< b > bold tag : used to bold text.
Ex: Text
How to use it: < b > TEXT < / b >
---
< blockquote > blockquote tag : used to indent a paragraph to symbolize a large body of quote text.
Ex: You're looking at one.
How to use it: < blockquote > TEXT < / blockquote >
---
< br > "[line] break" tag : an open tag used to create line breaks in a paragraph.
Ex: TEXT
TEXT
TEXT
How to do it: TEXT <*br /> TEXT<*br /> TEXT**
**because the tag is open ended you only need one tag (<*br />) at the beginning of your line break.
I placed * in the tag because the space is necessary.
---
< code > "code text" tag : used to change the font to this.
Ex: deviantART = deviantART
How to do it: < code > TEXT < / code >
---
< dd > < dl > & < dt > I have limited knowledge of these. It is best to show you via example.
Ex:
- DeviantArt
- Massive Online Art Community
- Trolls
- Fucking annoying prepubescent boys that leave rude comments in forums
How to do it:
< dl >
< dt > TEXT < / dt >
< dd > DEFINITION < / dd>
< dt > TEXT < / dt >
< dd > DEFINITION < /dd >
< / dl >
---
< em > emphasized text tag : used to emphasize text.
Ex: Text
How to do it: < em > TEXT < / em >
---
< font face = "..." > font face tag : used to alter the font face of text.
Ex: Text
How to do it: < font face = " FONT TYPE " > TEXT < / font >
---
< hr > page break tag : an open tag used to create a visible break.
Ex:
How to do it: Place < hr > where you want the break. This is an open tag and does not need a closing tag.
---
< h1 > < h2 > < h3 > < h4 > < h5 > < h6 > font size tags : used to change font sizes.
Ex & How to do it:
< h1 > TEXT < / h1 > TEXT
< h2 > TEXT < / h2 > TEXT
< h3 > TEXT < / h3 > TEXT
< h4 > TEXT < / h4 > TEXT
< h5 > TEXT < / h5 > TEXT
< h6 > TEXT < / h6 > TEXT
---
< i > italicize tag : used to italicize text.
Ex: Text
How to do it: < i > TEXT < / i >
---
< li > "bullet" tag : used with < ul > to create a bulleted list.
Ex:
- Text
- Text
How to use it:
< ul >< li > TEXT < / li >
< li > TEXT < / li > < / ul >
---
< ol > ordered list tag : used with < li > to create a numbered list.
Ex:
How to use it:
< ol >< li > TEXT < / li >
< li > TEXT < / li >< / ol >
---
< p > paragraph tag : used to create a paragraph (comes complete with spacing before and after)
Ex:
TextTextTextTextTextTextTextTextTextt
How to do it: < p > TEXT < / p >
---
< strong > strong text tag : used to create strong text.
Ex: Text
How to do it: < strong > TEXT < / strong >
---
< sub > subscript tag : used to create subscript text.
Ex: TextText
How to do it: < sub > TEXT < / sub >
---
< sup > superscript tag : used to create superscript text.
Ex: TextText
How to do it: < sup > TEXT < / sup >
---
< tt > teletype text tag : not used in HTML5.
---
< u > underline tag : used to underline text.
Ex: Text
How to use it: < u > TEXT < / u >
---
< ul > unordered list tag : used with < li > (see above)
Related content
Comments: 17
Dead-End-Dragon [2020-05-15 06:04:35 +0000 UTC]
👍: 0 ⏩: 0
KeizerHarm [2017-07-08 10:05:07 +0000 UTC]
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
👍: 0 ⏩: 0
FictionWriter121 [2015-11-03 01:49:36 +0000 UTC]
this is so perfect for me right now!! I'm in a web design class at my school and this is what we're doing!!
👍: 0 ⏩: 0
AussieDidge [2014-08-23 15:01:34 +0000 UTC]
Wanted to stop by and say thanks very much for this incredible tutorial. It'll definitely allow me to put greater emphasis on my literature where I want it, instead of all over the place.
👍: 0 ⏩: 1
mruki In reply to AussieDidge [2014-08-24 21:05:11 +0000 UTC]
I'm glad you found it useful! You're very welcome.
👍: 0 ⏩: 0
DrowningSirens [2012-07-18 22:30:32 +0000 UTC]
Awesome tutorial. Thank you so much for sharing!
~DrowningSirens
👍: 0 ⏩: 1
EmanationOmega [2012-05-09 09:01:15 +0000 UTC]
Thank you, you helped me so much!
Although I hadn't read your description of this, so I included the spaces, and then submitted my piece, and the tags were showing and I was like Wha? And then I realized and mentally kicked myself xD I am a complete idiot.
Anyway thanks for the tutorial, it was a great help.
👍: 0 ⏩: 1
mruki In reply to EmanationOmega [2012-05-09 14:07:26 +0000 UTC]
You're welcome, I'm glad it helped
👍: 0 ⏩: 0
OfOneSoul [2012-03-21 01:22:46 +0000 UTC]
This is fantastic! I have no skill with html either, so when I saw this... I was so grateful.
Thanks so much, your html tutorial has taught me a lot.
*OfOneSoul
👍: 0 ⏩: 1
mruki In reply to OfOneSoul [2012-03-21 17:37:54 +0000 UTC]
I'm glad you could find use in it
👍: 0 ⏩: 1
OfOneSoul In reply to mruki [2012-03-22 02:40:48 +0000 UTC]
It was definitely extremely helpful
👍: 0 ⏩: 0
PieEqualsGood22 [2011-08-22 17:24:05 +0000 UTC]
Thanks for this~! HTML confuses me, and I might want to try submitting literature here somtime. . .
Although, I'm not sure the < dd > < dl > and < dt > ones worked. . . ? Not sure though, cuz they don't look that different to me. . . >.<
👍: 0 ⏩: 1
mruki In reply to PieEqualsGood22 [2011-08-22 19:25:42 +0000 UTC]
You're welcome- and do try to submit some soon!
I'm sorry about the < dd > < dl > and < dt > tags, no matter how much I edit this the changes won't save. Although really you can accomplish what you need with the < ul > and < li > without the aforementioned tags. deviantART also allows you to use spaces in your literature so if worst comes to worst you can skip over the fancy HTML and just manually add spaces.
and thanks for the !
👍: 0 ⏩: 1
PieEqualsGood22 In reply to mruki [2011-08-28 19:36:21 +0000 UTC]
ah i did~ although, I didn't really need much formatting for it, and it probably needs a lot of work, but I'll try to do better next time I guess >//<
ah okay then~!
my pleasure~!! >w<
👍: 0 ⏩: 0








