| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <input type="text" id="idForTwoTextFields" value="firstItem"> | |
| <input type="text" id="idForTwoTextFields" value="secondItem"> | |
| <img name="nameForTwoImages" title="thirdItem"> | |
| <img name="nameForTwoImages" title="fourthItem"> | |
| </body> | |
| </html> |