Web accessibility service pageWeb accessibility service page

13.4:H213203 Use metadata label for understanding the use of Web information.

Proper demonstration

Proper use of META label to provide the computer to decide useful and related Web site information, META label not only have the following functions, readers can obtain more information fromW3CWeb site.

Proper example:

  <HEAD>
  <TITLE>ĦiexampleĦjMETA label functions</TITLE>
  <META http-equiv="Content-Type" content="text/html; charset=big5">
  <META http-equiv="keyword" content="META label functions">
  <META name="author" content="Shin-Hon Lin">
  <META name="copyright" content="Web accessibility development team">
  </HEAD>
          
End of Main Content