-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (87 loc) · 2.59 KB
/
index.html
File metadata and controls
102 lines (87 loc) · 2.59 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<title>Social Media</title>
<link rel="stylesheet" href="CSS/style.css">
<!--<style>
ul {
list-style-type: none;
margin: 0;
padding: 10;
background-color: white;
}
li {
display: inline;
margin: 10;
padding: 10px;
text-align: left;
}
header {
background-color: blue;
}
main {
background-color :#448dee;
}
h6{
text-align:mid;
}
</style>
-->
</head>
<body>
<header>
<h1>Social Media in our Life</h1>
<nav>
<ul>
<li>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTT-8ruOQgQO8s_PHfvvjQekj3ePj_pVnwu_g&usqp=CAU.png" alt="logo" width=20px height=20px>
</li>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="Whatis.html">Social Media Type</a>
</li>
<li>
<a href="WebSites.html">Social Media Websites</a>
</li>
</ul>
</nav>
</header>
<main>
<article>
<table id="fullsc">
<tr>
<th><section>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRG29zBG5TICy4wp1A1pHo6RSwQNDw6t-gIWQ&usqp=CAU" alt ="social1">
</section></th>
<th><section>
<p class="secph">Social media are interactive technologies that allow the creation or sharing/exchange of information, ideas, career interests, and other forms of expression via virtual communities and networks </p>
</section>
</th>
</tr>
</table>>
</article>
<article>
<table id="fullsc">
<tr>
<th>
<section>
<p class="secph">(51%) of the global population use social media today.On average, global internet users spent 144 minutes on social media sites every day When it comes to countries with the most time spent on social media per day, the Philippines is at the top with users spending an average of 3 hours and 53 minutes on social media per day.Did you know social media welcomes more than 1 million new users every single day?
.</p>
</section>
</th>
<th>
<section>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ7Gof5VBcNthDc_newe45AwO4tqCeYTXM1dA&usqp=CAU" alt="people&SM">
</section>
</th>
</tr>
</table>
<section><p class="secph"><b>Social Media now is very important thing in our life ,study and Business </b></p></section>
</article>
</main>
<footer><p>CopyRight @Mohammad</p></footer>
<script src="JS/lab04.js"></script>
</body>
</html>