Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <p><a href="#1">Figure 1</a> provides the JavaScript code for creating an alert box:</p> <figure id="1"> <figcaption>Figure 1. JavaScript Alert Box.</figcaption> <pre><code>alert('Hello!');</code></pre> </figure>