-
Notifications
You must be signed in to change notification settings - Fork 0
/
baswe.html
66 lines (60 loc) · 2.28 KB
/
baswe.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ahl Sunnah wal Jamaah</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
h1 {
text-align: center;
color: #2c3e50;
}
h2 {
margin-top: 20px;
color: #2980b9;
}
p {
margin: 10px 0;
}
a {
color: #e74c3c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Ahl Sunnah wal Jamaah</h1>
<h2>What are the two groups that formed Ahl Sunnah wal Jamaah?</h2>
<p>
<a href="https://www.quora.com/unanswered/What-are-the-two-groups-that-formed-Ahl-Sunnah-wal-Jamaah" target="_blank">Read more here</a>
</p>
<h2>How did the name Ahlus Sunnah Wal Jamaah originate and why?</h2>
<p>
<a href="https://www.quora.com/How-did-the-name-Ahlus-Sunnah-Wal-Jamaah-originate-and-why" target="_blank">Read more here</a>
</p>
<h2>How many groups are there in Ahlus Sunnah wal Jamaah?</h2>
<p>
<a href="https://www.quora.com/How-many-groups-are-there-in-Ahlus-Sunnah-wal-Jamaah" target="_blank">Read more here</a>
</p>
<h2>Are Ahle Sunnah, Ahle Hadith, Salafi, and Wahhabi the same thing with different names? If not, how are they different?</h2>
<p>
<a href="https://www.quora.com/Are-Ahle-Sunnah-Ahle-Hadith-Salafi-and-Wahhabi-the-same-thing-with-different-names-If-not-how-are-they-different" target="_blank">Read more here</a>
</p>
<h2>What is the difference between Ahamdis and Ahl al-Sunnah wal Jamaah?</h2>
<p>
<a href="https://www.quora.com/What-is-the-difference-between-Ahamdis-and-Ahl-al-Sunnah-wal-Jamaah" target="_blank">Read more here</a>
</p>
<h2>What is the primary and real difference between Ahlus Sunnah and Shia? What beliefs and actions are Kufr?</h2>
<p>
<a href="https://www.quora.com/What-is-the-primary-and-real-difference-between-Ahlus-Sunnah-and-Shia-What-beliefs-and-actions-are-Kufr" target="_blank">Read more here</a>
</p>
</body>
</html>