ln :跟着w3school学html 002    
内容参考自w3school
    html 教程
    html标题    html标题(heading)是通过-等标签进行定义的。    实例解析
    this is heading 1this is heading 2this is heading 3
效果展示
this is heading 1    
    this is heading 2    
    this is heading 3    
    html 段落    html 段落是通过  标签进行定义的。    实例解析
    this is a paragraph.
this is another paragraph.
效果展示
    this is a paragraph.
    this is another paragraph.
    html 链接    html 链接是通过  标签进行定义的。在 href 属性中指定链接的地址。    实例解析
    this is a link
效果展示
this is a link to my blog.
    html 图像    html 图像是通过 标签进行定义的。图像的名称和尺寸是以属性的形式提供的。    实例解析
    
效果展示
   
 
   