semantic tags in html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Semantic tags in HTML</title>
</head>
<body>
<h3>Semantic Elements</h3>
<!-- refer google -->
<details>
<summary>Ihave keys but no doors.You can enter but can't leave. What am I?</summary>
A keyboard
</details>
</body>
</html>
Comments
Post a Comment