forked from fikrcamp/HTML-Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 1.96 KB
/
index.html
File metadata and controls
46 lines (43 loc) · 1.96 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
<h1> </h1>
<h2>Makkah is the blessed city which is the most beloved land </h2>
<h2>in the sight of Allah (ﷻ) and the chosen location of His</h2>
<h2>House, the Ka’bah. It was here that the final prophet and</h2>
<h2>guide of the whole of mankind, Muhammad (ﷺ), was born</h2>
<h2>and commenced his Prophethood.</h2>
<h1 class="class">Names for Makkah in the Quran</h1>
<ul>
<li>Allah (ﷻ) has called Makkah by five names in the Quran: Makkah, Bakkah,
Al-Balad, Al-Qaryah and Ummul-Qura.</li>
<li>In Surah Al-Imran, Allah (ﷻ) states: “The first House [of worship] to be established for people was the one at Bakkah (Makkah). It is a blessed place; a source of guidance for All people.” [3:96]</li>
</ul>
<h1 class="class">Praise of Makkah by the Prophet (ﷺ)</h1>
<img src="https://www.islamiclandmarks.com/wp-content/uploads/2016/06/Aerial-view-of-the-City-of-Makkah.jpg"
<p> </p>
<h2>When the Muslims conquered Makkah. The Prophet (ﷺ) said,“Allah had</h2>
<h2>made this city sacred the day He created the heavens and the earth and</h2>
<h2>it’s sanctity shall remain until the Day of Qiyamah (Day of Judgement).</h2>
<h2>Its thorns cannot be broken, its animals cannot be harmed and things</h2>
<h2>fallen on its ground cannot be picked up unless with the intention of</h2>
<h2>returning it to its owner or making public announcements (to locate the</h2>
<h2>owner). It is also forbidden to cut the grass that (naturally) grows here.”</h2>
<h2>[Muslim]</h2>
<h1 class="class">Q&A section </h1>
<h2>1.
What is the first month of the Islamic calendar?</h2>
<input type="radio">Shawwal
<input type="radio">
Muharram
<input type="radio">Thul Qiddah
<input type="radio">Thul Hijjah
<p> </p>
<h2>2.The Kabah is located in Makkah.</h2>
<input type="radio">true
<input type="radio">fulse
<p></p>
<h2>Al Fatihah is the last Surah in the Quran.</h2>
<input type="radio">true
<input type="radio">false
<p> </p>
<button class="class"> learn more here!</button>
</body>
</html>