Script to automatically create alternative text to each image tag

This function checks whether each image tag that contains alternative text or not. If it does not exist, then it will add ‘alt’ attribute. The value for that attribute will be the name of the image which fetches from the URL of the image. Advantages of this method compared with previous methods No need of… Continue reading Script to automatically create alternative text to each image tag