Flux rss
Bookmark Bookmark & Share
Paragrafi in HTML Parágrafos em HTML Absätze in HTML Paragraphes en HTML Párrafos en 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 each count as a single space.

To place text in blocks, the pair of tags <p> and </p> is used. This tag can include any of the previously mentioned atributes.

Line breaks (skipping from one line to the next) are created using the <br/> tag.

The <hr> is used for inserting a horizontal line.

Tag Attribute Visual Effect
<br/>   line break
<p> and </p>   paragraph
<hr size=5 width=20% align=left> SIZE
WIDTH
ALIGN



Containers

Tags which are used to indent text are called containers.

Container Visual Effect
<blockquote> and </blockquote>
Indented text
<address> and </address>
For writing contact information
<note> and </note> For writing a note
<fn> and </fn> For creating a footnote
<banner> and </banner> Makes a block of text fixed relative to the page
<pre> and </pre>
For writing preformatted text;
	keeping spaces, line breaks, and tabs intact
		


Last update on Thursday October 16, 2008 02:43:14 PM.This document entitled « Paragraphs 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
Lists in HTML Lists 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
How to make a space in your html document How 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
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
Modifying the height of element HTMLModifying the height of element HTML The style property “height” can be used to modify the height of an html element in javascript. For this you can refer to the following: Below is an indication of how to do this... en.kioskea.net/faq/sujet-910-modifying-the-height-of-element-html
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 Calendar Maker ProHTML Calendar Maker Pro is a software to create monthly calendar on a web page. Easy to use, it does not require any knowledge in programming. The calendar is customizable: - modification of colors and fonts, - insertion of image and code... en.kioskea.net/telecharger/telecharger-3271-html-calendar-maker-pro
HTML document layoutHTML 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
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
Headings in HTMLHeadings HTML can use six different levels of headings to define the hierarchical structure of paragraphs in a document: TagVisual... en.kioskea.net/contents/html/htmltitres.php3