Today I was the first time I’ve used my new found Python skills in a professional capacity. As part of a larger project, the client wanted me to check each HTML document for image tags missing their “alt” attributes. Knowing how tedious and impercise it would be to do this manually, writing a script was [...]
The post Recursively checking for missing alt attributes on img tags with 38 lines of Python code. appeared first on Jamie's Blog.