Additional Spaces and <>.
Regardless of how many spaces you place between words, your web browser will only render a single space. To get around this, use the non-breaking space character entity.
HTML Code:
<p>Everything that goes up, must come down!</p>
Spaces:
Everything that goes up, must come down!
In HTML, we use less than and greater than characters to create tags, so to use them on your website you will need entities.
HTML Code:
<p> Less than - < <br /> Greater than - > <br /> Body tag - <body> </p>
Less than Greater than:
Less than - <
Greater than - >
Body tag - <body>
Greater than - >
Body tag - <body>
Take a few minutes to view and play with the symbols listed in the Entities Table.
0 comments:
Post a Comment