-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdouknow.html
More file actions
82 lines (72 loc) · 5.09 KB
/
douknow.html
File metadata and controls
82 lines (72 loc) · 5.09 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>do you know?</title>
<!-- Latest compiled and minified CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Latest compiled JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="styleE.css">
</head>
<body>
<div id="topDiv">
<!-- Carousel -->
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<!-- Indicators/dots -->
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="2"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="3"></button>
</div>
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images2/OIP.jpeg" alt="images2" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="images2/OIP (1).jpeg" alt="Chicago" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="images2/046408204-smiling-confident-businessman.jpeg" alt="New York" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="images2/strong-business-man.jpg" alt="New York" class="d-block w-100">
</div>
</div>
<!-- Left and right controls/icons -->
<button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
</div>
<div id="centreDiv">
<h1>Do you know what is the real business?</h1>
<br>
<br>
<br>
<p>Business and investing are two broad topics that cover many aspects of the economy, finance, and entrepreneurship. Business is the activity of creating, buying, or selling goods or services in exchange for money or other forms of value. Investing is the act of allocating money or other resources to an endeavor with the expectation of earning a profit or a positive return in the future.
Some of the common types of businesses are sole proprietorships, partnerships, corporations, and cooperatives. Each type has its own advantages and disadvantages, depending on the legal, tax, and operational implications. Some of the common types of investments are stocks, bonds, mutual funds, exchange-traded funds, real estate, commodities, and derivatives. Each type has its own risk and return characteristics, depending on the market conditions, performance, and diversification.
Business and investing are interrelated in many ways. Businesses need capital to start, grow, and expand their operations, which they can obtain from investors who provide funds in exchange for ownership or debt claims. Investors need businesses to generate income and growth, which they can obtain from dividends, interest, or capital gains. Businesses and investors also influence each other through the supply and demand of goods and services, the creation and innovation of new products and technologies, and the competition and cooperation among different sectors and industries.
Business and investing are also subject to various challenges and opportunities, such as economic cycles, market fluctuations, regulatory changes, social and environmental issues, and ethical and moral dilemmas. Business and investing require knowledge, skills, and strategies to navigate the complex and dynamic environment, as well as vision, passion, and courage to pursue one’s goals and dreams. Business and investing can be rewarding and fulfilling, but also risky and uncertain. Therefore, business and investing require careful planning, analysis, and decision making, as well as constant learning, adaptation, and improvement</p>
</div>
<div id="bottomDiv">
<button class="btn btn-lg btn-light" onclick="darkMode()">view in dark Mode</button>
<br><br>
<button class="btn btn-lg btn-light" onclick="lightMode()">view in white Mode</button>
<br>
<a href="#topDiv">move to top</a>
<br>
<button class="btn btn-lg btn-light" ><a href="arabic.html" >العربية</a></button>
<br><br>
<h4>Designed by Taha</h4>
<br><br>
</div>
<script src="scribt.js"></script>
</body>
</html>