Chapter 12 Reference; Basic Html Syntax; Table 38 Standard Html Tags - Aruba Networks PowerConnect W Clearpass 100 Software Deployment Manual

3.9 deployment guide
Hide thumbs Also See for PowerConnect W Clearpass 100 Software:
Table of Contents

Advertisement

Basic HTML Syntax

ClearPass Guest allows different parts of the user interface to be customized using the Hypertext Markup
Language (HTML).
Most customization tasks only require basic HTML knowledge, which is covered in this section.
HTML is a markup language that consists primarily of tags that are enclosed inside angle brackets, for
example, <p>. Most tags are paired to indicate the start and end of the text being marked up; an end tag is
formed by including the tag inside the angle brackets with a forward slash, for example, </p>.
Use the following standard HTML tags in customization:

Table 38 Standard HTML Tags

Item
Basic Content
Heading level 1
Heading level 2
Heading level 3
Regular paragraph text
Line break
Bullet list
Numbered list
Text Formatting
Bold text
Italic
Underline
Typewriter text
Styled text (inline)
ClearPass Guest 3.9 | Deployment Guide
Chapter 12
Reference
HTML Syntax
<h1>Main Heading</h1>
<h2>Subheading</h2>
<h3>Section heading</h3>
<p>Paragraph text</p>
<br>
<br /> – equivalent syntax (XHTML)
<ul>
<li>List item text</li>
</ul>
<ol>
<li>List item text</li>
</ol>
<b>words to be made bold</b>
<strong>equivalent syntax</strong>
<i>words to be made italic</i>
<em>equivalent syntax</em>
<u>words to underline</u>
<tt>Shown in fixed-width font</tt>
<span style="...">Uses CSS formatting</span>
<span class="...">Uses predefined style</span>
Reference |
441

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PowerConnect W Clearpass 100 Software and is the answer not in the manual?

This manual is also suitable for:

Clearpass guest 3.9

Table of Contents