<a>, <area>, <base>, and <link>.<a> or <area>: specifies the link’s URL.<base>: specifies base URL for all relative URLs on a page.<link>: specifies external resource URL (e.g. stylesheet file)href
<img>s into a web page: <img> can be nested within making <img> self-contained.<img> related to the main text content but removed would’nt disrupt the meaning: <img> can now be positioned away from text & referenced by a <figcaption>.<\_\_\_\_\_\_\_\_\_> <img src="pic_trulli.jpg" alt="Trulli" style="width:100%"> <figcaption>Fig.1 - Trulli, Puglia, Italy.</figcaption> </\_\_\_\_\_\_\_\_\_\_>
<figure>
<figure>.<figure>.<figure>’s label as well as its title / descriptive caption.<figure><img src="pic_trulli.jpg" alt="Trulli" style="width:100%"><\_\_\_\_\_>Fig.1 - Trulli, Puglia, Italy.</\_\_\_\_\_\_></figure><figcaption>
```
<source>s, each referring to different images through srcset.<source> has media attribute defines when image is most suitable.<img> for display on older web browsers not supporting multiple image selection feature.<\_\_\_\_\_\_\_><source media="(min-width:650px)" srcset="img_pink_flowers.jpg"><source media="(min-width:465px)" srcset="img_white_flower.jpg"><img src="img_orange_flowers.jpg" alt="Flowers" style="width:auto;"></\_\_\_\_\_\_\_\_\_><picture>
<source> is used in <picture>.<picture><source media="(min-width:650px)" \_\_\_\_\_\_\_\_="img_pink_flowers.jpg"><source media="(min-width:465px)" \_\_\_\_\_\_\_\_="img_white_flower.jpg"><img src="img_orange_flowers.jpg" alt="Flowers" style="width:auto;"></picture>srcset
<video>, <audio>, & <picture><audio controls><\_\_\_\_\_\_\_ src="horse.ogg" type="audio/ogg"><\_\_\_\_\_\_\_ src="horse.mp3" type="audio/mpeg">Your browser does not support the audio element.</audio><source>
\_\_\_\_\_\_=”(min-width : 500px)” )<a>, <area>, <link>, <source>, and <style>.<a href="att_a\_\_\_\_\_\_\_.asp?output=print" \_\_\_\_\_\_="print and (resolution:300dpi)"> Open \_\_\_\_\_\_\_ attribute page for print.</a>
media
Min-width property
width and height attributes;usemap attribute;data attribute and the resource type to its type attributedata attribute OR one type attribute: The resource type must be a valid MIME type describing the resource.<object>
<img> ;<iframe> ;<video> or <audio>.<embed>
image/\_\_\_+xml” to the <embed>’s type attribute<body><\_\_\_\_ width="400" height="200"><rect width="200" height="100" x="100" y="50" rx="20" ry="20" fill="blue" />Sorry, your browser does not support inline \_\_\_\_.</\_\_\_\_></body>SVG
srcname as a unique identifier for frame.title attribute<\_\_\_\_\_\_\_ src ="externalContent.html" width="400" height="300"><p>Your browser does not support iframes.</p></\_\_\_\_\_\_\_><iframe>
<a>, <area>, <base>, & <form>.<a> & <area> : Specifies where to open the linked document.<base> : Specifies the default target for all hyperlinks & forms in the page.<form> : Specifies a name or a keyword indicating where to display response received after submitting the form._self when no value is provided.<a href="https://www.w3schools.com" \_\_\_\_\_\_="_blank">Visit W3Schools</a>target
src or <source> (the browser will choose the first one it supports).id so as to be referenced.<\_\_\_\_\_\_ controls loop><source src="horse.ogg" type="\_\_\_\_\_\_/ogg"><source src="horse.mp3" type="\_\_\_\_\_\_/mpeg">Your browser does not support the \_\_\_\_\_\_ tag.</\_\_\_\_\_\_><audio>
<audio controls **autoplay**> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio>
autoplay
<audio controls **loop**> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Your browser does not support the audio tag. </audio>
loop
<audio **controls** loop> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Your browser does not support the audio tag. </audio>
controls
auto or none to suggest whether the browser should load the audio resource so it is ready to play.autoplay is present.<audio controls **preload**="none"> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio>
preload
Codec
.mp3 format successor, generally achieves higher sound quality than .mp3 encoders at the same bit rate..AAC