Skip to content

Commit a1ad16f

Browse files
authored
Update index.html
1 parent 66343e7 commit a1ad16f

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

index.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,24 @@ <h1>AI-Powered Online Toolbox</h1>
1616
</header>
1717
<main>
1818
<section id="tools">
19-
<!-- Add ARIA roles for better accessibility -->
20-
<div role="region" aria-labelledby="ip-title">
21-
<h2 id="ip-title">What's My IP Address</h2>
19+
<div>
20+
<h2>What's My IP Address</h2>
2221
<button onclick="getMyIP()">Check</button>
2322
<p id="my-ip">Your IP will appear here.</p>
2423
</div>
25-
<div role="region" aria-labelledby="lookup-title">
26-
<h2 id="lookup-title">IP Lookup / Geolocation</h2>
24+
<div>
25+
<h2>IP Lookup / Geolocation</h2>
2726
<input type="text" id="ip-input" placeholder="Enter an IP address" />
2827
<button onclick="lookupIP()">Lookup</button>
2928
<p id="ip-info">Results will appear here.</p>
3029
</div>
31-
<div role="region" aria-labelledby="speed-test-title">
32-
<h2 id="speed-test-title">Internet Speed Test</h2>
30+
<div>
31+
<h2>Internet Speed Test</h2>
3332
<button onclick="runSpeedTest()">Run Test</button>
3433
<p id="speed-results">Speed test results will appear here.</p>
3534
</div>
36-
<div role="region" aria-labelledby="ping-title">
37-
<h2 id="ping-title">Ping</h2>
35+
<div>
36+
<h2>Ping</h2>
3837
<input type="text" id="ping-url" placeholder="Enter URL" />
3938
<button onclick="ping()">Ping</button>
4039
<p id="ping-results">Ping results will appear here.</p>

0 commit comments

Comments
 (0)