Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 799 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 799 Bytes

RAWHTML logo

What is it?

RAWHTML is a lightweight tool for validating HTML code with the use of the open API from html5.validator.nu.

How to use it

Clone or download the project and place the dist folder in the root directory. Then import the script in all the HTML files by writing <script src="/dist/raw.min.js"></script>.

Note that this tool requires you to run a local web server in order to work.

Use with JSDelivr

Simply copy the following code and paste it in your HEAD tag:

<script src="https://cdn.jsdelivr.net/gh/johan3040/rawHTML/dist/raw.min.js"></script>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/johan3040/rawHTML/dist/raw.min.css">