Department of Elementary and Secondary Education Logo
Our Educator Licensure and Renewal (ELAR) system will be unavailable from 9:00 a.m. on April 25 until May 2 while we move data into the new ELAR system that will launch on May 2. Thank you for your patience.
Web Services Team Resources

How to code simple HTML5

visit EOE Web Services's HTML Standards for advanced HTML

ActionCode Before TextCode After TextExample
Add a 2nd level heading<h2></h2>

Second Level Heading

Add a 3rd level heading<h3></h3>

Third Level Heading

Add a 4th level heading<h4></h4>

Fourth Level Heading

Add a hyperlink<a href='The URL'></a>DESE Website
Add a mailto link<a href='mailto:person@emailaddress.com'> <i class='fa fa-envelope-o' aria-hidden='true'></i></a> person@emailaddress.com
Add Italicized text<i> </i>italicized text
Add bold Text<b> </b>bold text
Force a line break <br /> --this text is too long
put the rest on the next line
Add a horizontal line<hr /> --
Bulleted list<ul></ul>
  • first item
  • second item
Numbered list<ol></ol>
  1. first item
  2. second item
Add an item to a list<li></li>list items are nested inside <ol> or <ul>

Last Updated: January 23, 2023

 
Contact Us

Massachusetts Department of Elementary and Secondary Education
135 Santilli Highway, Everett, MA 02149

Voice: (781) 338-3000
TTY: (800) 439-2370

Directions

Disclaimer: A reference in this website to any specific commercial products, processes, or services, or the use of any trade, firm, or corporation name is for the information and convenience of the public and does not constitute endorsement or recommendation by the Massachusetts Department of Elementary and Secondary Education.