Jul
30

HTML Pretty Print

07/30/2022 12:00 AM

HTML Pretty Print Online


HTML Pretty Print is easy to use tool to pretty print HTML String. Copy, Paste, and Prettify.

What can you do with HTML Prettify?

  • It helps to Pretty HTML, Print HTML and Plain HTML View data.
  • This tool allows loading the HTML URL to prettify. Use your HTML REST URL to Pretty HTML and Print HTML. Click on the URL button, Enter URL and Submit.
  • Users can also html pretty print the HTML file by uploading the file.
  • Pretty Print HTML works well on Windows, MAC, Linux, Chrome, Firefox, Edge, and Safari.

Example of HTML File

HTML data

<!DOCTYPE html>
<html>
  <head>
    <title>Largest companies by market cap — US Stock Market</title>
    <meta charset="UTF-8" />
  </head>
  <body>
    <h1>Apple : 2037 Billion</h1>
    <h2>Microsoft : 1624 Billion</h2>
    <h3>Amazon : 1611 Billion</h3>
    <h4>Google : 1058 Billion</h4>
    <h5>Alibaba : 826 Billion</h5>
    <b>This data is as of 21 Sep 2020.</b>
  </body>
</html>