Line Break Spacing in HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Line Break</title>
</head>
<body>
This text is on one line
<br>
This text is on another line
<p>This is on one line</p>
<p>This text is on another line</p>
<p>This is a paragaph and there is a lot of spacing before the last segment of this paragraph</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Line Break</title>
</head>
<body>
This text is on one line
<br>
This text is on another line
<p>This is on one line</p>
<p>This text is on another line</p>
<p>This is a paragaph and there is a lot of spacing before the last segment of this paragraph</p>
</body>
</html>
0 comments:
Post a Comment