zoukankan      html  css  js  c++  java
  • 3html

    <img src='2.png' />
    <img src="image/3.png"  下级目录图片
    <img src="../1.png"    上一级目录的图片
    <a href="http://www.qq.com" target="_blank">外部链接腾讯</a>  外部链接
    <a href="index.html">index</a>  内部链接
    <a href="#"> </a>空连接
    <a href="sss.zip">下载</a>
    <a href="http://www.qq.com" target="_blank"><img src="2.png" /></a>  视频图片链接
     <a href="#live">个人生活</a>
     <h4 id="live">个人生活</h4> 锚点链接
    &nbsp;&lt;&gt;分别是空格,小于号,大于号
    所有链接都在新窗口打开
    <base target="_blank" />
  • 相关阅读:
    PatentTips
    PatentTips
    PatentTips
    Xvisor ARM32 启动分析
    PatentTips
    PatentTips
    PatentTips
    PatentTips
    PatentTips
    PatentTips
  • 原文地址:https://www.cnblogs.com/gao-chao/p/13372128.html
Copyright © 2011-2022 走看看