I tag di struttura As balizas de estrutura Die Struktur-Tags Les balises de structure Etiquetas de estructuras
Tags can be divided into two groups: Those which change the structure of the page, and those which change the text style.
Structure tags include header tags, paragraph tags, list tags, and more.

Attributes

The following attributes are placed within structure tags so that the HTML elements can be displayed in specific places:

Attribute Value Visual Effect
ALIGN LEFT

RIGHT

CENTER

JUSTIFY

LEFT

RIGHT

CENTRE

JUSTIFY

NOWRAP   Prevents text from skipping to the next line
ID   Gives the tag's contents a name (for linking to it)
LANG   Specifies a different language
CLASS   Assigns a class to the contents (for style sheets)
CLEAR   Used when text is surrounding an image. It brings the text as far down on the page as needed in order to have a clear margin

Element Blocks

There are tags used to indent text: These are called containers. For example:

Container Visual Effect
<blockquote> and </blockquote>
Indented text
<address> and </address>
For writing contact information
<note> and </note> To write a note
<fn> and </fn> To create a footnote
<banner> and </banner> Makes a block of text fixed relative to the page
<pre> and </pre>
For writing preformatted text;
keeping the spaces, etc.,	 in place

Lists

A list is a structured paragraph containing a series of items. There are three types of lists:

  • Ordered
  • Unordered
  • Definition

This is their syntax:

Container Type of List Visual Effect
<ol>

<li> item 1 </li>

<li> item 2 </li>

</ol>

Ordered
  1. item 1
  2. item 2
  3. item 3
<ul>

<li> item 1 </li>

<li> item 2 </li>

</ul>

Unordered
  • item 1
  • item 2
  • item 3
<dl>

<dt>Term</dt>

<dd>Definition</dd>

</dl>

Definition
item 1
definition 1
item 2
definition 2

There are several attributes used only for lists:

Attribute Value Visual Effect
COMPACT   tightens line spacing (more compact list)
PLAIN   removes bullets
SEQNUM   defines the first number
START   defines the first number
CONTINUE   starts at the number where
the last list left off
TYPE (for ordered lists) 1

A

a

I

i

Arabic numerals (default)

Uppercase letters

Lowercase letters

Roman numerals (I, II, III, IV ...)

Lowercase Roman numerals

TYPE (for unordered lists) circle

square

disc

  • circular bullet
  • square bullet
  • solid, round bullet


Last update on Thursday October 16, 2008 02:43:14 PM.This document entitled « Structure tags » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
Best answers for « Structure tags » in :
Structure of an email (Headers and bodies) Show Structure of an email An email has three basic parts: The header, a set of lines containing information about the message's transportation, such as the sender's address, the recipient's address, or timestamps showing when the message was sent by...
Style tags Show What's a style tag? Style tags modify the typography of the text. They can overlap with other style tags, as with word processing programs. Here is a list of style tags recognised by most browsers (although some of which may produce identical...
The logical structure of a hard disk Show The logical structure of a hard disk Introduction Logical Structure Sources Introduction When you use your computer, your data is organized in the form of files and directories, according to a tree structure and these are stored...
Renaming multiple files in batch ShowRenaming multiple files in batch Native features Using a third-party program Renaming a large number of files can quickly become tedious. Fortunately, there are tools to automate this task in many cases: Native features On Windows...
Create and Open a RAR file ShowCreate and Open a RAR file *How to create a RAR file *How to open a RAR file RAR is an archive file format that is used during data compression, error recovery and file spanning. RAR is the acronym for Roshal Archive, inspired by...
Restrict Right click of mouse ShowRestrict Right click of mouse On your website, for protection of source code and photos, it is possible to restrict visitor from right click on your web page. Place this script between the tags and of your HTML...
Download Meta Tags Creator ShowA referencing starts with well established Meta tags. For your site popularity, it is necessary to take into account all these data. As its name suggests, Meta Tags Creator generates the most useful Meta Tags. It includes an ergonomic and easy-to...
The NTFS file system ShowThe NTFS file system The NTFS file system (New Technology File System) is based on a structure called the "master file table" or MFT, which is able to hold detailed information on files. This system allows the use of long names, but, unlike the...
HTML Markup ShowHTML, A Markup Language HTML is not a programming language. Rather, it is used for describing the layout and format of content, written in the form of simple text. An HTML page is a basic text file containing tags for specifying text format,...
Linux - Tree structure of files ShowFile hierarchy under Linux To ensury compatibility and portability, Linux systems comply with the sole FHS (File Hierarchy Standard) standard. The basic hierarchy is as follows: /the root, containing the main directories /bincontains...