-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathleft.html
40 lines (39 loc) · 1.05 KB
/
left.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="left.css" />
<title>CSS MORE</title>
</head>
<body>
<div>
<p class="outer">
div > p means P inside DIV
<p class="inner">
Lorem
</p>
</p>
DIV + P means p after div
<strong>SAVITAAR</strong> <em>abcd</em> repudiandae culpa voluptas ipsa
sed nesciunt amet possimus accusantium reprehenderit aliquid minima, ad
optio impedit. Aperiam, porro illum.
</div>
<p>
Lorem ipsum dolor sit amet.
<p id="nav">Home About Us</p>
<summary>
<aside></aside>
</summary>
</p>
<footer>copyright</footer>
<p class="dec">
<a href="http://Google.com" target="_blank" rel="noopener noreferrer">
Lorem
</a>
</p>
<img src="" alt="" />
<audio src="" controls loop autoplay></audio>
<video src="" controls></video>
</body>
</html>