Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 570 Bytes

html.md

File metadata and controls

23 lines (18 loc) · 570 Bytes

HTML NOTES

SUB-LEVEL LISTS

Create a list <ol> Add a <li> Insert a list into <li> Add <li> to the sub-level list

Special characters rendered by a special code Always starts with & and ends with ; The code goes in between

  • &lt; = less than sign
  • &gt; = greater than sign
    Example: <map> = <map>

CODE EMPHASIS

<code></code> adds emphasis by using monospace font and changing the color

PREFORMATTED TEXT

<pre> renders all spaces and line breaks