1Mediumgeneralโฑ 45sWhat is the purpose of the `alt` attribute on an <img> tag?๐โผASets the image alignmentBProvides alternative text for accessibility (screen readers) and displays if the image fails to loadCSpecifies the image file formatDAdds a caption below the image
2Mediumgeneralโฑ 45sWhat is the difference between <div> and <span>?๐โผAThey are functionally identicalB<div> is a block-level container; <span> is an inline containerC<span> can only contain textD<div> cannot be styled with CSS