title
this is used to add a title to the tab.
to create a title, use lib.head.title.new(text)
. it can then be appended to a page aslong as the destination is head
!
functions
title.new(text)
text
is the string that will be displayed as the title.- this returns a
title
object.