码迷,mamicode.com
首页 > Web开发 > 详细

HTML常用学习记录

时间:2018-05-02 21:12:57      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:url   ext   name   新窗口   输入   居中   row   amp   常用   

  1. ./打开上级
  2. <a href="#H5">#锚寻找<h2 name="H5">123</h2></a>
  3. css:
    <style type="text/css">
    h2 {color:red}
    </style>

<br />折行  <hr />水平线

  1. 居中排列align="center"
  2. <!DOCTYPE html>
  3. 注释:<!--输入注释-->
  4. 背景颜色:<body background="url"> or <body bgcolor="red">
  5. <sub>上标  <sup>下标
  6. <q></q>短引用、<blockquote></blockquote>长引用
  7. 删除字效果:<del>123<del>、插入字效果:<ins>456</ins>
  8. <target="_blank">   =>>新窗口打开  <target="_top"> =>>跳出框架
  9. <a href="url"><img src=""></a>将图像作为链接
  10. alt =附加属性  =>>没有正常显示时显示alt属性。
  11. <a href="mailto:1209759648@qq.com?subject=Hello%20again">发送邮件</a>
  12. 垂直框架:

<frameset cols="25%,50%,25%">

<frame src="/example/html/frame_a.html">
<frame src="/example/html/frame_b.html">
<frame src="/example/html/frame_c.html">

</frameset>

水平则将cols改为rows.

混合则为两<frameset cols="25%","75%">

     <frameset rows="50%","50%">

以两</frameset>结束

HTML常用学习记录

标签:url   ext   name   新窗口   输入   居中   row   amp   常用   

原文地址:https://www.cnblogs.com/mayunji/p/8981916.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!