hmeta

HTML meta element builder
Download

hmeta Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Samet Aras
  • Publisher web site:
  • http://www.codelancer.org

hmeta Tags


hmeta Description

HTML meta element builder HTML meta element: description, keywords, author, robots, copyright, refresh, content-type.Meta elements are HTML or XHTML elements used to provide structured metadata about a Web page. Such elements must be placed as tags in the head section of an HTML or XHTML document. Meta elements can be used to specify page description, keywords and any other metadata not provided through the other head elements and attributes.Use - Kullan?m: > > > import hmeta > > > hmeta.des("HTML Meta Element")< head >< meta name="description" content="HTML Meta Element" >< /head > > > > hmeta.key("html,meta,element")< head >< meta name="keywords" content="html,meta,element" >< /head > > > > hmeta.aut("Samet Aras")< head >< meta name="author" content="Samet Aras" >< /head > > > > hmeta.copy("© 2009")< head >< meta name="copyright" content="© 2009" >< /head > > > > hmeta.robots("ALL")< head >< meta name="robots" content="ALL" >< /head > > > > hmeta.refresh(5,"http://www.python.org")< head >< meta http-equiv="refresh" content="5; url=http://www.python.org" >< /head > > > > hmeta.type("UTF-8")< head >< meta http-equiv="content-type" content="text/html; charset=UTF-8" >< /head > Requirements: · Python


hmeta Related Software