Tag: 为循环

如何使用INPUT标签上没有ID属性的LABEL标签的FOR属性

下面的代码是否有解决scheme? 首先在浏览器中打开代码,直到find要点,而不必在知道要查找的内容之前查看所有代码。 <html> <head> <title>Input ID creates problems</title> <style type="text/css"> #prologue, #summary { margin: 5em; } </style> </head> <body> <h1>Input ID creates a bug</h1> <p id="prologue"> In this example, I make a list of checkboxes representing things which could appear in a book. If you want some in your book, you check them: </p> <form> […]