Justin's Words

June 5th 学习笔记

以下都是在看 WebFoundamentals 学到的。

  • <form> 都应该有个 name 属性
  • 所有的 <input> 都拥有对应的 name属性和 id 属性,这是为了告诉浏览器自动填写工具如何帮助用户填写表单。
  • 所有 <img> 都应该有 alt 属性对图片进行说明
  • 所有 <a> 都应该有 title 属性对链接进行说明