Skip to Local Navigation
Skip to Content
California State University, Long Beach
 

HTML Cheat Sheet

Formatting HTML
bold <b>bold</b>
italics <i>italics</i>
line break (use two for paragraphs) <br / >
link <a href="some url">link</a>

Underlining text is discouraged because it can make text look like a link -- especially so with the university color scheme.

more about html

Contact us if you want to use images, tables, other formatting, or need to upload files.