Welcome to htmlwhat’s documentation!

This is the official documentation for htmlwhat. For an introductory setup, visit the README.

htmlwhat is a Python library that is used to verify HTML code submissions. It’s often used in educational platforms where students submit HTML code as part of their assignments or exercises.

The library provides a set of functions that can be used to write tests for HTML code. These tests can check for various things, such as whether the code contains tags, attributes, or text and provides meaningful feedback if the user submits incorrect code, helping them learn in the right direction.

Acvanced Articles