How to make a space in your html document

Last update on November 18, 2009 12:29 PM by jak58
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 this link

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 :
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...
Download EasyBilling Professional Maker of Sales Document Show Description 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...
Validate a HTML document ShowValidate 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...
Popup in CSS without Javascript ShowPopup in CSS without Javascript Here's how to make a popup information in pure CSS, [no Javascript used]. Use :hover so as to use different CSS when moving the cursor. Among the modified CSS attributes, use display:none to...
[Caml] Official tutorials and resources Show[Caml] Official tutorials and resources Home page: http://caml.inria.fr/index.en.html Documentation : Caml light : http://caml.inria.fr/pub/docs/manual-caml-light/index.html Ocaml : http://caml.inria.fr/pub/docs/manual...
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,...
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...
Hyperlinks ShowIntroduction to anchors Hypertext links or hyperlinks (anchors) are HTML elements that, when clicked on, enable readers to visit a new address. Hyperlinked text is underlined by default. Hyperlinks are what connect web pages to one another. They...