About the Title/Alt attributes;
问题 I hope I can post this. I understand the the purpose of the title and alt attributes, but I just do not understand the best use for them or if I can use the same title/alt more than once. For Example a website about dogs: From my understanding all img tags need an alt tag: <img src="Husky.png" alt="Husky" /> <img src="Rottweiler.png" alt="Rottweiler" /> Is it good practice to use the same alt tag for multiple pictures on the same subject <img src="Husky2.png" alt="Husky" /> <img src="Husky3