-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patha.html
More file actions
48 lines (46 loc) · 1.8 KB
/
a.html
File metadata and controls
48 lines (46 loc) · 1.8 KB
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
41
42
43
44
45
46
47
48
<!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="./a.css" />
<title>Document</title>
</head>
<body class="main" >
<header style="background-color: peru;">Header hu mai</header>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Dicta, ducimus
eum? Quisquam et eligendi, nostrum consequuntur similique sit nisi. Omnis.
eum? Quisquam et eligendi, nostrum consequuntur similique sit nisi. Omnis.
eum? Quisquam et eligendi, nostrum consequuntur similique sit nisi. Omnis.
</p>
<!-- example -->
<div style="background: yellow; width: 20px; display: inline-block">
sameer
</div>
<span style="background: yellow">sameer</span>
<span style="background: yellow; width: 10px">sameer</span>
<!-- example -->
<!-- <div class="outer">
<div class="inner-1">1</div>
</div>
<div class="box"></div> -->
<div style="height: 300rem; background-color: yellow;">bittu</div>
<footer class="footer" style="background-color: peru;"> Footer hu mai</footer>
</body>
</html>
<!--
What is semantic HTML and what happens if I don't use semantic elements properly? 🟩
What is the DOCTYPE Declaration in HTML?🔴
What is SCSS and how do we use in plane html/css project and in angular project 🔴
CSS Position and display property🟩
Can you apply width in span tag, take one div and span tag- apply width in both🟩
Difference between border-box and content-box🔴
How to put background-color in first line of paragraph out of 4-5 lines paragraph🟩
Put background-color in second child of div
How many ways you know to do center a div
Create a basic web layout using html and css
flex
grid
float
inline-block -->