BASIC HTML Tutorial 
Lesson 9
Create a simple html doc in 
Textwrangler
Create space between words 
 The   tag creates extra space that the browser 
will recognize
Special Characters 
Put these on your code snippet sheet 
 & marks the beginning of a special character 
 ; marks the end of a special character 
   = non-breaking space 
 &lt; = < less than symbol 
 &gt; = > greater than symbol 
 &amp; = & ampersand 
 &quot; = “ quotation mark
Copy the following code 
Test your code in a browser. Upload a screen shot of your 
code to the Lesson9 Assignment

Html tutorial.lesson9

  • 1.
  • 2.
    Create a simplehtml doc in Textwrangler
  • 3.
    Create space betweenwords  The &nbsp; tag creates extra space that the browser will recognize
  • 4.
    Special Characters Putthese on your code snippet sheet  & marks the beginning of a special character  ; marks the end of a special character  &nbsp; = non-breaking space  &lt; = < less than symbol  &gt; = > greater than symbol  &amp; = & ampersand  &quot; = “ quotation mark
  • 5.
    Copy the followingcode Test your code in a browser. Upload a screen shot of your code to the Lesson9 Assignment