blob: c0205b63e693d34a85caf58c858905b99528f5b6 (
plain)
1
2
3
4
5
6
7
8
9
|
<!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>
|