Dell PowerConnect W-Clearpass 100 Software Guía de usuario Pagina 441

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 518
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 440
ClearPass Guest 3.9 | Deployment Guide Reference | 441
Chapter 12
Reference
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 HTML Syntax
Basic Content
Heading level 1 <h1>Main Heading</h1>
Heading level 2 <h2>Subheading</h2>
Heading level 3 <h3>Section heading</h3>
Regular paragraph text <p>Paragraph text</p>
Line break <br>
<br /> – equivalent syntax (XHTML)
Bullet list <ul>
<li>List item text</li>
</ul>
Numbered list <ol>
<li>List item text</li>
</ol>
Text Formatting
Bold text <b>words to be made bold</b>
<strong>equivalent syntax</strong>
Italic <i>words to be made italic</i>
<em>equivalent syntax</em>
Underline <u>words to underline</u>
Typewriter text <tt>Shown in fixed-width font</tt>
Styled text (inline) <span style="…">Uses CSS formatting</span>
<span class="…">Uses predefined style</span>
Vista de pagina 440
1 2 ... 436 437 438 439 440 441 442 443 444 445 446 ... 517 518

Comentarios a estos manuales

Sin comentarios