Adscend

Click Here



Click Here



Click Here

Sunday 8 September 2013

Space Between Text

HTML Space between Text

Browser does not allow more than one space between two words even if anyone have entered a hundred spaces between text in html code. If it need to enter more than one blank character between two words, then write " " in the text.
In html a new line counts as one space.

Example

<html>
<head>
<title>Space between text</title>
</head>
<body>

Here I have inserted 5 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; extra spaces.

</body>
</html>

Output

Here I have inserted 5       extra spaces.





No comments:

Post a Comment