html
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
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1 class="kali">كتبي</h1>
<p> افضل موقع لتحميل الكتب مجانا </p>
<div class="ali">
<img src="https://i.ibb.co/ZhV64MD/images-7.jpg" alt="images-7"
border="5">
<h1>كتاب اداره اعمال</h1>
<button>
<a href="#">تحميل الكتاب</a>
</button>
<div class="ali">
<img src="https://i.ibb.co/w0QP4dG/images-8.jpg" alt="images-8"
border="5">
<h1>امراض نفسيه</h1>
<button>
<a href="#">تحميل الكتاب</a>
</button>
</div>
<div class="ali">
<img src="<a href="https://imgbb.com/"><img src="https://i.ibb.co/4pQ3mTM/images-9.jpg"
border="5">
<h2>كتاب فن اللامبالاه</h2>
<button>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.kali{
text-align:center ;
color:red;
border-bottom-style:solid;
border-color:black;
}
p{
text-align:center ;
color:blue;
}
body{
background-color:yellow;
}
.name{
text-align:right;
}
.ali{
text-align:center ;
}
a{
border-bottom-style:solid;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run