HTML Basics FAQ

Question: What is HTML and how can I use HTML for the Portals module?

Answer: HTML is a simple, universal markup language that allows Web publishers to create complex pages of text and images that can be viewed by anyone else on the Internet, regardless of what kind of computer or Web browser is being used. It is a series of tags that are integrated into a text document.

HTML tags are usually English words (such as blockquote) or abbreviations (such as p for paragraph), but they are distinguished from the regular text because they are placed in small angle brackets. So, the paragraph tag is <p>, and the blockquote tag is <blockquote>.

Some tags dictate how the page is formatted (<p> begins a new paragraph), and others dictate how the text is formatted (<b> makes text bold). Still others provide information, such as the title, that doesn't appear on the page itself. Tags are always used in pairs. Every time you use a tag,  such as <blockquote>, you must also close it off with another tag, in this case, </blockquote>. Note the slash - / - before the word blockquote; that's what distinguishes a closing tag from an opening tag.

Use of HTML Tags in the Portals Module

You may require the use of only a limited number of HTML tags. These can include font size, font color, background color along with bolding or emphasizing text tags and creating image links. These tags can be used in defining category and product descriptions and long descriptions.

The following is a list of standard HTML tags and their explanations:

Basic Tags:

Header Tags:

Body Attributes:

Text Tags:

Links:

Formatting:

Graphical Elements:

Tables:

Table Attributes:

Frames:

Frames Attributes:

Forms: For functional forms, you'll have to run a CGI script. The HTML just creates the appearance of a form.