header footer details
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<header>
</header>
<input type="button" value="Login"><br>
<button>Login</button>
<details>
<summary>1. Introduction & History</summary>
<p>
a) Data type<br>
b) Constant & Variable<br>
c) Operators
</p>
</details>
<footer>
</footer>
</body>
</html>
Comments
Post a Comment