Tag: general knowledge

Questions Related to general knowledge

Multiple choice general knowledge

Which of the following tags would create an image on your website, http://www.myweb.com that is found on another website, http://www.bonzo.com/bonzo.gif that is aligned to the center of the page and has a thin border?

  1. < img src="bonzo.gif" web="http://www.myweb.com" align="center" border="small" >

  2. < img src="http://www.bonzo.com/bonzo.gif" web="http://www.myweb.com" align="center" border="5" >

  3. < img src="http://www.bonzo.com/bonzo.gif" align="center" border="5" >

  4. < img src="http://www.bonzo.com/bonzo.gif" align="center" border="thin" >

Reveal answer Fill a bubble to check yourself
C Correct answer