4.2 :: Meta

Description


Adding your own meta tags to a page is as easy with WAPL as it is with HTML. Remember that not all meta tags are supported by various devices - however handling of unsupported meta is generally graceful.

Quick Example


..snip..
  1.  <wapl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://wapl.wapple.net/wapl.xsd">
  2.   <head>
  3.   <meta name="keywords" content="a, list, of, keywords"/>
  4.   </head>
  5.   <layout>
..snip..

Contents