The cite attribute specifies the address of the source of the quoted text, I think, but who uses this information?
For example:
Both the The same is with the Use the cite attribute on a or element to reference
an online resource for a source. "so who does use this information, and how?" - I believe that search engines (e.g. Google) would use this information to show potential links between documents. If you think about this it is a major point. Check out the image below: Notice how it shows the "Samsung Group" information box on the right. The guys who work at Google don't write this information - rather, it is sourced from Wikipedia. However, this information would be of greater relevance to the search "samsung" when this information is also written on other websites, with the The TL;DR - in simpler terms, the tag and the
cite
attribute are for semantic purposes, which means that they are simply for giving a website more "meaning". For example, I could use a tag, but this provides less meaning to the browser, and hence using
is recommended for quotes.
tag and
cite
attributes. As per the MDN definition for the cite
attribute (link here):
cite
attribute linking this information to Wikipedia (hence increasing the relevancy of Wikipedia). This is why Wikipedia's information is used here, and not some primary school's website regarding Samsung phones.cite
attribute simply provides more meaning to the website. Tim Berners-Lee has described the semantic web as a component of "Web 3.0" - in other words, many components of the updating HTML language are simply to provide more meaning onto the webpage, as a step closer to Web 3.0.cite
attribute is just to provide more meaning to the web page, and may be used for search engines for better web linkage.