Closed w3bdesign closed 4 years ago
Trying to add these blocks to a React project, I get complaints about the lack of closing tags.
This should be added by default as it is also a good HTML validation habit.
Before: <br>
<br>
After: <br/>
<br/>
Also before: ``
``
After: ``
Trying to add these blocks to a React project, I get complaints about the lack of closing tags.
This should be added by default as it is also a good HTML validation habit.
Before:
<br>
After:
<br/>
Also before: ``
``
After: ``
``