-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspeech.html
More file actions
46 lines (36 loc) · 2.44 KB
/
speech.html
File metadata and controls
46 lines (36 loc) · 2.44 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
<!DOCTYPE html>
<html>
<head>
<title>My speech</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div class= "logo ">BABEH</div>
<div class= "nav-items">
<a href= "index.html">Home</a>
<a href= "speech.html ">My Speech</a>
<a href= "gallery.html">Gallery</a>
</div>
</nav>
<h1>Hello world</h1>
<h2>My speech</h2>
<p>Greetings to you all.
<br><br>l Bahle Ndhlovu would like to tell you a speech about the causes, effects and solutions to child marriage. l first presented this speech to school children and teachers,now l am going to share it with all of you so that you can know how to save girls from child marriage.
<div class = "poem">
Child marriage is when a child under the age of eighteen years is forced to get married.
<br>The causes of child marriage are poverty, dowry, religious and social noms.
<br>The effects of child marriage are cervical cancer, early pregnancy and still birth.
<br> We can solve child marriage by providing incentives to girls and their families and encouraging supportive laws.
<br>l would like to say to young girls say no to child marriage.
<br><br>Thank you all for taking your time to read this speech.
</div>
</p>
</body>
<hr>
<footer class="foot">
<p>Contact us at bahlebehli@outlook.com</p>
</footer>
</html>