BTech Support

866-647-5200
Login

How to Add an Acronyms and/or Abbreviations HTML to an Article

Modified on: Mon, Oct 28 2024 1:13 PM
Swinerton logo

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>


  • Example:
<abbr title="Active Directory">AD</abbr>
HTML


  • Example Preview:
AD




  • Example:
<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>
HTML


  • 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


Was this answer helpful?