Department of Elementary and Secondary Education Logo
The Department has moved to 135 Santilli Highway in Everett. The Department's office and Licensure Welcome Center are open. The new location has free parking and is a short walk from the Wellington station on the MBTA's Orange Line.
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: March 11, 2024

 
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.