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: February 15, 2023