Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel5
minLevel3
outlinetrue
stylenone
classtoc
ExcerptLearn about tags in HTML and how they function.

What is HTML

HTML is the coding language used for creating web pages and other information that can be displayed in a web browser. Knowledge of HTML is not necessary to successfully manage the website content. The HTML Master Class provides a basic introduction to HTML for the Axis Editor.

...

When the appropriate style option is selected from within the Axis Editor, a tag is automatically assigned to the content. The Header tag styles, size and color and the paragraph font style, color and spacing are predetermined as part of the website development.  The assignment of the font style, color, size and behavior to the HTML tags is done in the CSS which stands for Cascading Style Sheet. CSS files help define font, size, color, spacing, and border display on the webpage. CSS is used to create a continuous look throughout multiple pages of a website. 

For instance, CSS tells Header 1 (<H1>) to be Arial 16px or Header 2 (<H2>) to display as Garamond 14 pixels with a line space below of 8 pixels. Included in the predetermined styles is the spacing above and below all style options including normal.  

...