Lesson 02: Intro to HTML
So what is HTML?
Read through the relevant section on the reference website.
Specifically take note of the following things:
p(a tag)class="editor-note"(an attribute)strong(a tag)
  
      
        Permalink 
        
   
   
 
       
  Modify our webpage
Modify www/index.html and change the body content so the webpage looks
different. Try some of the examples in the reference.
  
      
        Permalink 
        
   
   
 
       
  Completion
See if you can make the required changes so your page looks like this
Note that the word “very” is bold, in the webpage!