Tags Order A-Z Category Context

<sn:header>

Renders a heading for a page

Attributes

  • string < optional > Decorates the tag according to one of three decoration types. Add border adds a border below the heading. No padding eliminates the space between the border and the content. Shorten eliminates vertical margins Must be one of : add_border no_padding shorten

Valid Contexts

  • : The area where your app is displayed alone
  • : The Bebo profile page
  • : On a notification page (after the user has clicked on a link in the email)
  • : On the invitations page

Code

<sn:header>Welcome to my application</sn:header>
 <hr/>
 <sn:header decoration="add_border">This should have a border</sn:header>
Play with this code in the sandbox

Welcome to my application


This should have a border