Monday, 27 June 2016

White space in HTML

<html>
<head>
<title>White Space</title>
</head>
<body>
<p>The                         moon is drifting away from Earth.</p>
<p>The moon is drifting                         away from Earth.</p>
<p>The moon is drifting away from                          Earth</p>
</body>
</html>

No comments:

Post a Comment