1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[test] Changed description

This commit is contained in:
Witold Filipczyk 2022-08-30 16:07:14 +02:00
parent 0f57773f76
commit e139426613

View File

@ -5,7 +5,7 @@
First Name: <input name="fname" type="text" value="Michael"><br>
First Name: <input name="fname" type="text" value="Doug">
<p>Click the button to get the tag name of the first element in the document that has a name attribute with the value "fname".</p>
<p>Click the button to get the outer html of anchor number 1. Anchors are counted from 0.</p>
<button onclick="myFunction()">Try it</button>