How to Add an Acronyms and/or Abbreviations HTML to an Article
BTech
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>
<abbr title="Active Directory">AD</abbr>
AD
<p><span style='outline: none; font-size: 19px; font-family: "inherit", serif; color: rgb(39, 49, 59);
border: 1pt none windowtext; padding: 0in;'>User Principal Name
(<abbr title="User Principal Name">UPN</abbr>) must match with User Logon Email</span></p>
<p><span style='outline: none; font-size: 16px; font-family: "inherit", serif; color: rgb(68, 84, 106);
border: 1pt none windowtext; padding: 0in;'>To maintain consistency across systems, it is
important to align the email setup in CMiC and WorkDay with the
<abbr title="Active Directory">AD</abbr> primary email address.</span></p>
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