How do you use the image element in HTML5?
<img></img>
How do you refer to a ‘higher’ directory than the one your html file is currently in?
Then, how do you refer to a section/fragement at the same time?
<a></a>
<a></a>
<a></a>
What would come before code like this?
srcset=”/images/boogle-400px.png #x, /images/boogle-600px.png”
src=”/images/boogle-200px.png”
What elements need a <source></source> child?
picture
video
img
picture
video
How can you expand a column?
colmerge=”2”
colspan=”2”
colexp=”2”
colspan=”2”
the same can be done with rows