How to Add an Acronyms and/or Abbreviations HTML to an Article
Modified on: Mon, Oct 28 2024 1:13 PMBTech |
|
BTech Alerts & Notifications - Check this page for the latest information on emergencies and system outages. All times are Pacific. | |
|
|
Documentation Information |
Introduction
- HTML offers the ability to be able to use an Acronym and/or Abbreviation with the ability to add an "onhover" event to be able to display the meaning of the Acronym and/or Abbreviation.
HTML information
<abbr title="<insert full terminology>"><insert abbreviation></abbr>
- Example:
- Example Preview:
AD |
- Example:
- Example Preview:
User Principal Name (UPN) must match with User Logon Email To maintain consistency across systems, it is important to align the email setup in CMiC and WorkDay with the AD primary email address. |
HTML Resources
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr
- https://www.w3schools.com/tags/tag_abbr.asp
- https://www.w3.org/TR/WCAG20-TECHS/H28.html