-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (30 loc) · 982 Bytes
/
index.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
<!DOCTYPE html>
<html lang="AR">
<head>
<meta charset="UTF-8">
<title> MY COURSE </title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Tangerine">
</head>
<body dir="rtl">
<a href="https://www.SmarterASP.NET/index?r=orabi2012">
<img src="https://www.SmarterASP.NET/affiliate/728X90.gif">
</a>
<div class="topnav">
<a id = 'Home' class="active" href="/notes.html">الرئيسية</a>
<a href="#aboutUs">من نحن</a>
<a href="#About">عن الدورة</a>
<a href="#contactUs">تواصل معنا</a>
</div>
<img class = "cssimg"src="/img/css.png" alt="css">
<div class = "container">
<div class="btn"> visit us </div>
</div>
<script>
let text = document.querySelector('#Home');
console.log(text)
text.innerText = 'orabi'
text.style.color = "red"
</script>
</body>
</html>