Sample Signature Section

A signature section is required on every web page hosted by TTU. The following must be included:

  • Department or Organization contact address
  • Contact phone number
  • Webmaster/Contact E-mail

Example:

  • Texas Tech University, 2500 Broadway, Lubbock, TX 79409
  • 806.742.2011
  • Contact Webmaster

Below is the HTML code used to generate the above signature section.

<ul>
 <li>Texas Tech University, 2500 Broadway, Lubbock, TX 79409</li>
 <li>806.742.2011</li>
 <li><a href="mailto:webmaster@ttu.edu" class="mail">Contact Webmaster</a></li>
</ul>