space for html: HTML design language is a language that does not allow adding more than one space, and it does not allow adding tags either. In this article, we will learn how to add spaces and some tags as well.
note:
If we go to the editor and add an element, for example, of the paragraph type, then we write within it a paragraph consisting of several texts and we add a lot of spaces between each sentence.
Illustrative example:
<body>
<p>First sentence second sentence third sentence</p>
</body>
One space will be calculated and appear on the page like this:
First sentence second sentence third sentence
note:
Before discussing the method of adding spaces and marks, you must know that there are two ways to add spaces and marks, either by name or number.
How to add spaces in HTML?
To add spaces in HTML, we write Or   in Where we want to put the space.
For example:
<body>
<p>Welcome In our blog we are happy With your presence with us</p>
<p>Welcome     In our blog we are happy     With your presence with us</p>
</body>
It appears on the page like this:
Welcome In our blog we are happy With your presence with us
Welcome In our blog we are happy With your presence with us
How to add tags in HTML?
Learn how to add some important tags to an HTML page:
tags | name | number |
---|---|---|
< | < | < |
> | > | > |
& | & | & |
“ | " | " |
‘ | ' | ' |
© | © | © |
® | ® | ® |
Note: English is not my official language. Mostly I use Google Translate. Therefore, if you encounter a problem or find some errors, you can inform me of the error on the contact us page or comments, or go to w3schools website to understand the lesson well.
Here we have finished. We will see you in the next lesson
Thank you for reading the article and do not forget to share it with friends