假如图片的地址为imgUrl,下面哪行代码在网页中打开可以直接看到的是文字“hello”
<img src=“imgUrl” title=“hello”>
<img src=“” title=“hello”>
<img src=“” alt=“hello”>
<img src=“imgUrl” alt=“hello”>