Week 5 examples

content grouping, text semantic,characters,links

Dr,foo 123 sunshine Dr.

I learned to use the

tags

Ten spaces here:      done

I learned to use the <p></p> tags

Ten spaces here: done

Ten spaces here:          done
Ten spaces 
        
        
        here:          done
("python")
            x=5
            y=2
        
("java");
            int x =5
            int y =2;
            system.out.println(x/x);
        
python
        2.5
    java
2
HTML