Use of profile attribute in HTML head tag

后端 未结 4 1927
走了就别回头了
走了就别回头了 2020-12-14 06:58

What is the use of profile attributes in the HTML tag?

I happened to read about it in here : http://www.w3schools.com/tags/tag_head.asp.

4条回答
  •  不思量自难忘°
    2020-12-14 07:20

    Often, the header of a document contains a number of tags used to convey additional information about the document to the browser. In the future, authors may use predefined profiles of standard document metadata to better describe their documents. The profile attribute supplies the URL of the profile associated with the current document.

    The format of a profile and how a browser might use it are not yet defined; this attribute is primarily a placeholder for future development.

    FROM:: HTML & XHTML: The Definitive Guide, Sixth Edition, by Chuck Musciano and Bill Kennedy. Copyright 2007 O’Reilly Media, Inc., 978-0-596-52732-7.

提交回复
热议问题