If you have ever tried to display HTML code as plain text on a page you will have noticed that it is displayed as an HTML component, and to display it you need to replace "<" with "<" in all tags but now you can do it automatically with HTML to HTML.
HTML to HTML is a tool to convert HTML, SVG, XML code to plain text in a HTML page using character entities.
<div class="card" style="width: 18rem;">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<div class="card" style="width: 18rem;"><br>  <img src="..." class="card-img-top" alt="..."><br>  <div class="card-body"><br>    <h5 class="card-title">Card title</h5><br>    <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p><br>    <a href="#" class="btn btn-primary">Go somewhere</a><br>  </div><br></div>
Miguel Amador
- Github: @migueweb