Stéphane ParentSelf Employed / Semi-retired| Leader MakerPrince Edward Island, Canada
In order to help people maximize their content on this forum, I decided to start a discussion on HTML tips. Some of it I've shared over the years in other discussions.
This will allow an opportunity to not only allow learning but also try it out without disrupting other discussions. As well, I have yet to learn all the HTML tags supported by this community. Feel free to add to the list. Saving Changes...
- Formatting <a href=" " title=" Represents the idea that there are individuals and currents within an organization that rationally justify passive-aggressive behaviors to covertly achieve a contra goal to the one they are seemingly presenting themselves in alignment with. ">Epistemic Subterfuge</a>
George a nice one that actually works.
Sad that some don't work. Saving Changes...
Stéphane ParentSelf Employed / Semi-retired| Leader MakerPrince Edward Island, Canada
Jan 12, 2020 2:42 PM
Replying to Stéphane Parent
...
Now that we've got the most important HTML tag under our belt, let's learn some quick but commonly used tags to spruce up your comments.
You can use the i and b tags on this web site to, respectively, italicize and boldface your text. It's as simple as surrounding your text with <i or b> and </i or /b>.
You will notice that the i tag is sometimes rendered as a different font, rather than the italics of the same typeface. Unfortunately, the u tag for underline doesn't work here.
Now that you learned about the i and b tags for italics and boldface, I want you to not use them. Under HTML5, these are still supported but not advised - the technical term is deprecated. Instead, you should use strong for boldfacing and em (e.g. emphasis) for italicizing.
Senior Projects Manager | Field & Marten AssociatesNew Westminster, British Columbia, Canada
Feb 25, 2020 2:32 PM
Replying to Stéphane Parent
...
Now that you learned about the i and b tags for italics and boldface, I want you to not use them. Under HTML5, these are still supported but not advised - the technical term is deprecated. Instead, you should use strong for boldfacing and em (e.g. emphasis) for italicizing.
Senior Projects Manager | Field & Marten AssociatesNew Westminster, British Columbia, Canada
Feb 25, 2020 2:32 PM
Replying to Stéphane Parent
...
Now that you learned about the i and b tags for italics and boldface, I want you to not use them. Under HTML5, these are still supported but not advised - the technical term is deprecated. Instead, you should use strong for boldfacing and em (e.g. emphasis) for italicizing.
It worked, thank you for updating us Stephane. Saving Changes...