HTML Space between Text
In html a new line counts as one space.
Example
<html>
<head>
<title>Space between text</title>
</head>
<body>
</html>
<head>
<title>Space between text</title>
</head>
<body>
Here I have inserted 5 extra spaces.
</html>
Output
Here I have inserted 5 extra spaces.
No comments:
Post a Comment