I have started learning HTML5 from w3schools. I am stuck here with the media attribute in <a> tag. Can anyone tell me does it mean that the site the link points to is developed for a special device or something else? Also wanted to ask if it could still be visited by any device.
Thank you
I have started learning HTML5 from w3schools . I am stuck here with the
Share
I’m not sure if you realize, but w3schools is not connected at all with w3.
the media attribute describes what type of format the link is. For example, if the link is going to a mobile optimized site, use media=”handheld”.