You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div class="greeting">
<?php
if (!empty($name)) {
echo "<p>Hello, $name!</p>";
}
?>
</div>
</div>
<script>
// Simple JavaScript to focus on the input field when the page loads
document.querySelector('input[name="name"]').focus();
</script>
The text was updated successfully, but these errors were encountered:
Greet Me!
">The text was updated successfully, but these errors were encountered: