What is the syntax of loading Attribute with < img > tag in HTML ?
What is the syntax of loading Attribute with < img > tag in HTML ? Syntax <img src="URL" loading ="eager|lazy"> Eager meaning Default Loads an image immediately Lazy meaning Defer loading of images until some conditions are met