Flux rss
Bookmark Bookmark & Share
Livelli di titoli in HTML Níveis de títulos em HTML Titelebene in HTML Niveaux de titres en HTML Encabezados en HTML

Headings

HTML can use six different levels of headings to define the hierarchical structure of paragraphs in a document:

TagVisual Effect
H1 Test
H2 Test
H3 Test
H4 Test
H5 Test
H6 Test

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-aligned text

Right-aligned text

centred text

Justified text

NOWRAP   Prevents the browser from creating a line break.
ID   Gives the tag an identification. This attribute is especially useful for programming with JavaScript
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.

Here is an example header:

<H1 ALIGN=JUSTIFY> Justified text </H1>


Last update on Thursday October 16, 2008 02:43:14 PM.This document entitled « Headings in HTML » 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.
HTML Markup HTML, 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,... en.kioskea.net/contents/html/htmlbalise.php3
HTML document layout HTML document An HTML page is a simple file containing text formatted with HTML tags. Traditionally, the file is given an .htm or .html extension, but a web page may have other extensions as well. A web page can be built from even the most basic... en.kioskea.net/contents/html/htmldocument.php3
Paragraphs in HTML Paragraphs HTML considers paragraphs to be blocks of text. Browsers do their best to fit the contents of paragraphs into the window, unless the NOWRAP or NOBR attribute is explicitly specified. Within a paragraph, all spaces, tabs, and line breaks... en.kioskea.net/contents/html/htmlparagraphes.php3
How to easily display PHP/HTML codes in your webpagesHow to easily display PHP/HTML codes in your webpages What code to use? If you want your visitors to be able to see the source codes of your webpage, there is a very easy way to do so. Normally, all you have to do in a HTML file using... en.kioskea.net/faq/sujet-824-how-to-easily-display-php-html-codes-in-your-webpages
How to make a space in your html documentHow to make a space in your html document In HTML there is no way that the web browser can recognise the spaces inserted consecutively in between the letters. You can either try it in EI, Mozilla and Opera. The only way to do so is... en.kioskea.net/faq/sujet-1540-how-to-make-a-space-in-your-html-document
Outlook issue with HTML form (Solved)Hello, I have a small website with a very simple HTML form that allows user to send his data; then the webmaster receives an email with the data included in the form. My problem is that, when ever Outlook is set up on a machine, the email button open... en.kioskea.net/forum/affich-247-outlook-issue-with-html-form
Header and footer in HTML (Solved)Hello, Is it possible to include a header and footer file using HTML? I have my file (saved as a .html) and need to be able to include the HTML for the header and footer. Anyone know how I can do this? Thanks a lot. en.kioskea.net/forum/affich-196-header-and-footer-in-html
How to convert .doc ,.html,.xls file into .pdHello, i wanted a sample class for the conversion of .doc ,.html, .xls file into .pdf file the the PHP . needed urgently Thanks in advance en.kioskea.net/forum/affich-30014-how-to-convert-doc-html-xls-file-into-pd
Download HTML Calendar Maker ProHTML Calendar Maker Pro is a creation software of a monthly web page calendar. Easy to use, it does not require any knowledge on programming. The calendar is customizable: modification of colours and fonts, insertion of image and edition of the code... en.kioskea.net/telecharger/telecharger-2347-html-calendar-maker-pro
Download HTML TidyHTML Tidy is an utility allowing to prove and to optimize everything encodes HTML. The original version of this utility uses in mode of order only. The present version, called "MISTLETOE TIDY", has a graphic interface. Note that certain editors... en.kioskea.net/telecharger/telecharger-292-html-tidy
Download HTML Shrinker LightHTML Shrinker Light decreases the size of the web pages quickly to make your web site more efficient .It reduces the size of your web and wap pages up to 35% without changing their layout Shrinks. Advantages This software is entirely Free .It... en.kioskea.net/telecharger/telecharger-2243-html-shrinker-light
Introduction to HTMLIntroduction to HTML HTML (HyperText Mark-Up Language) is what is known as a "mark-up language" whose role is to prepare written documents using formatting tags. The tags indicate how the document is presented and how it links to other documents.... en.kioskea.net/contents/html/htmlintro.php3
Lists in HTMLLists A list is a structured paragraph containing a series of items. HTML defines three types of lists: Ordered lists; Unordered lists; Definition lists. Ordered Lists Container Type of List Visual Effect item... en.kioskea.net/contents/html/htmllistes.php3
HTML formsForms Interactive forms let web page authors give their pages interactive elements, such as for receiving messages from their readers, much like the reply cards found in some magazines. The reader enters information by filling in fields or clicking... en.kioskea.net/contents/html/htmlform.php3