added today's work
This commit is contained in:
37
24_09_30/szinvaltos.html
Normal file
37
24_09_30/szinvaltos.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<style>
|
||||
div{
|
||||
width: 400px;
|
||||
height: 200px;
|
||||
background-color: lightblue;
|
||||
}
|
||||
|
||||
p {
|
||||
background-color: red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<button id="szincsere">ASD</button>
|
||||
|
||||
|
||||
<div id="szakaszID">
|
||||
<p id="bekezdesID">
|
||||
bekezdés
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<ul id="lista">
|
||||
<li>Elem 1</li>
|
||||
<li>Elem 2</li>
|
||||
<li>Elem 3</li>
|
||||
</ul>
|
||||
|
||||
<script src="szinvaltos.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user