Here . . . you can see the HTML tags with them ACTING like HTML tags because I've added underscores
This will be a strikeout
[Error: Irreparable invalid markup ('<_/s_>') in entry. Owner must fix manually. Raw contents below.]
Here . . . you can see the HTML tags with them ACTING like HTML tags because I've added underscores
<_s_>This will be a strikeout<_/s_> <_small_>This will small<_/small_> <_b_>This will be bold<_/b_> <_em_>This will be italics/emphasis<_/em_> (HTML5 shifted to "em" over "i") And to insert a hyperlink is <_a href="Link goes here"_>Text goes here<_/a_>
And remember, with VERY few exceptions (probably none you'll ever use/need), all tags need the opening and closing tag (the closing tag is the one with the slash). If you forget to close a tag, EVERYTHING after your opening tag will have the format you forgot to cut off. XD;;;
Also, this isn't just Dreamwidth. This is basic web coding, called HTML. ^,^ (I really should back on the ball with my own web dev stuff. 9,9)
no subject
Date: 2017-09-24 03:34 am (UTC)This will be a strikeout
<_s_>This will be a strikeout<_/s_>
<_small_>This will small<_/small_>
<_b_>This will be bold<_/b_>
<_em_>This will be italics/emphasis<_/em_> (HTML5 shifted to "em" over "i")
And to insert a hyperlink is <_a href="Link goes here"_>Text goes here<_/a_>
And remember, with VERY few exceptions (probably none you'll ever use/need), all tags need the opening and closing tag (the closing tag is the one with the slash). If you forget to close a tag, EVERYTHING after your opening tag will have the format you forgot to cut off. XD;;;
Also, this isn't just Dreamwidth. This is basic web coding, called HTML. ^,^ (I really should back on the ball with my own web dev stuff. 9,9)