Now we will learn how to make a row. We usually hit the Enter key to create a new line. What about an HTML document?.
Enter keystrokes when creating HTML code, do not generate a line in the browser view. Such is the nature of writing HTML documents. So, how do I create a row?. Use tags <BR> or <br />.
The first line
<BR>The second line
<BR>The third line
Then it will be like below
The first line
The second line
The third line
Or
The first line <br />
The second line <br />
The third line
Then it will be like below
The first line
The second line
The third line
0 komentar:
Post a Comment