Git Product home page Git Product logo

html-tutorial's People

Contributors

alexkuang0 avatar chenwangji avatar davidfeng88 avatar dependabot[bot] avatar elfsundae avatar fansyang avatar imba-tjd avatar jayxin avatar lutherlau avatar ruanyf avatar suyuzhuang avatar zekexu avatar zhoushengdao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

html-tutorial's Issues

文本描述存在一定的歧义

首先感谢您的辛勤付出!

https://wangdoc.com/html/image.html#figure%EF%BC%8Cfigcaption,文中提到<figcaption><fingure>可选的子元素,表示图像的标题。事实上显示的结果并不那么的明显,更像是对img图标的补充性说明的容器,另外可以多次重复出现,渲染效果具备高亮、突出的状态,而“标题”显的过于谨慎,仿佛具有唯一性类似“title”,不可重复使用,个人建议修改为<figcaption><fingure>可选的子元素,在标签内可重复出现,用于对图像或者语句的文本描述,具有高亮、突出的渲染效果。

最后代码中的figcaption标签建议可以放在<img>或者<p>之前,比较美观

"<meta> 标签的 http-equiv 属性覆盖 HTTP 回应的头信息字段" 说法不妥

When the http-equiv attribute is specified on a meta element, the element is a pragma directive. You can use this element to simulate an HTTP response header, but only if the server doesn't send the corresponding real header; you can't override an HTTP header with a meta http-equiv element.

W3C 的对 http-equiv 如上定义来看,如下的覆盖的说法不妥

标签的http-equiv属性用来覆盖 HTTP 回应的头信息字段

文章中的文字有错误

HTML 语言简介 ---> 2.网页的基本概念 --->>>2.0标签 --->>标签放在一对尖括号里面(比如<title>),大多数标签都是成对出现的,分成开始标签和结束标签,结束标签在标签名之前加斜杠(比如</title>)。但是,也有一些标签不是成对使用,而是只有开始标签,没有结束标签,比如上一节示例的标签。 哪里来的“上一节示例标签”;这是不是开始吗?

优化小建议

首先感谢您的付出!

http://wangdoc.com/html/table.html#th%EF%BC%8Ctd 关于scope属性介绍,我学习后发现rowgroup-rowspan、colgroup-colspan对应配合使用比较容易理解,推荐可以在每个属性后提示一下呢

    <tr>
        <th scope="rowgroup" rowspan="2">部门</th>
        <th scope="rowgroup" rowspan="2">学徒</th>
        <th scope="colgroup" colspan="2">武功熟练度</th>
    </tr>
    <tr>
        <th scope="col">乾坤大挪移</th>
        <th scope="col">北冥神功</th>
    </tr>
    <tr>
        <th scope="rowgroup" rowspan="2">功夫部</th>
        <td>张无忌</td>
        <td>80%</td>
        <td>70%</td>
    </tr>
    <tr>
        <td>张三丰</td>
        <td>100%</td>
        <td>100%</td>
    </tr>
</table>

URL简介

URL简介的 2.1协议 第3段
应该是紧跟一个冒号和两个斜杠://

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.