Zendesk Help Center supports several global attributes for HTML elements. These includearia-*
,class
,data-*
,dir
,id
,lang
,tabindex
, andtitle
. These attributes can be used across various HTML tags to enhance accessibility, styling, and functionality of your help center content.
The source code editor in Zendesk Help Center allows you to edit the HTML source of articles and content blocks. This feature enables you to customize and style your help center content beyond the capabilities of the standard WYSIWYG editor. By…
In Zendesk Help Center, all HTML tags support a range of inline styles. These include styles likeaspect-ratio
,background
,border
,color
,font
,height
,padding
,text-align
,width
, and many more. However, Zendesk recommends using…
<a>
tag in Zendesk Help Center articles?Yes, you can use the<a>
tag in Zendesk Help Center articles. It supports attributes likehref
,name
,rel
,target
, andtitle
. The allowed protocols for thehref
attribute includeftp
,http
,https
,mailto
,sftp
,sms
, and…
<abbr>
tag in Zendesk Help Center?The<abbr>
tag in Zendesk Help Center can contain a variety of content types, including text, links, images, and other inline elements. It supports only global attributes and inline styles, allowing you to provide additional information about…
<audio>
tag in Zendesk Help Center?The<audio>
tag is supported in Zendesk Help Center with attributes likeautoplay
,controls
,loop
,muted
,preload
, andsrc
. The allowed protocols for thesrc
attribute includeblob
,data
,http
, andhttps
. This tag can…
<iframe>
tag in Zendesk Help Center?In Zendesk Help Center, the<iframe>
tag supports thesrc
attribute with protocols such asblob
,data
,http
, andhttps
. Additionally, it allows embedding from specific domains like YouTube, Vimeo, and others. This ensures secure and…
<img>
tag in Zendesk Help Center articles?Yes, the<img>
tag is supported in Zendesk Help Center articles. It allows attributes such asalt
,height
,name
,src
, andwidth
. Thesrc
attribute supports protocols likeblob
,data
,http
, andhttps
, enabling you to include…
While Zendesk Help Center allows a variety of inline styles for HTML tags, it is recommended to use CSS classes for styling. This approach ensures better maintainability and consistency across your help center content. By using CSS classes, you can…