How to make a space in your html document

Last update on January 24, 2009 09:11 AM by netty5
Published by netty5

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 to insert the code
 


There are a;lso advanced settings that you can make in your CSS file that will allow the spaces to be inserted automatically and for this you can have much documentation from the link http://www.w3.org/TR/REC-CSS2/text.html#white-space-prop

Note: However, you should have a basic knowledge in HTML to be able to comprehend the codes and their uses.
Best answers for « How to make a space in your html document » in :
Validate a HTML document Show Validate a HTML document HTML Validator Other Validators HTML is a standard published by the W3C with relatively strict syntax rules. Respect for the standard to maximize the chances for optimal viewing on almost all browsers...
HTML document layout Show 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...
Display keyboard keys in an HTML document Show Display keyboard keys in an HTML document USB host controller When connecting a USB 2.0 device, Windows displays the following message: Install a high speed USB host controller or This device will function at reduced speed if you...
How to read a .DOCX document ShowHow to read a .DOCX document Download Microsoft Compatibility Pack Download XML Translator Making use of online Tools For MAC users The new Office 2007 includes a new format for the word documents that bears the .docx extension....
How to make Microsoft Word recognize abbreviations ShowHow to make Microsoft Word recognize abbreviations It is possible, when writing a Word document, to automatically replace an abbreviation or symbol by a word used several times in the text: In the example below, if you type CPU, it...
Adjusting your websites to fit all types of resolution ShowAdjusting your websites to fit all types of resolution "How to adjust my site to the visitor's resolution and what resolution to choose?" Simply apply a relative width (= that changes with the size of the window and screen of the...
Download EasyBilling Professional Maker of Sales Document ShowDescription The application is designed by Evinco Solutions Limited. EasyBilling Professional Maker of Sales Document is a tool that allows you to generate quotation, Profoma invoice, Invoice, Receipt, purchase order and many more. Simple and easy to...
Managing images in HTML ShowHow do you display images on a web page? Having a few images on a website can make it more attractive and user-friendly. However, it is important not to go overboard, since images can take a long time to load, and in some cases can make a document...
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,...
Lists in HTML ShowLists 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...