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>
<meta charset="UTF-8"></meta>
</head>
<body dir="rtl">
<center>
<article class:"k">
<div id="div">
<br />
<h1 id="g">K</h1>
<div id="g2"><b>i</b></div>
<div id="g3"><b>n</b></div>
<div id="g4"><b>g</b></div>
<br /><br /><br />
</div>
<section class="mine">
<nav class="d">
<table border=1>
<tr>
<th>
<a href="#jk">
<marquee id="mar">
Place your ad............ محل تبلیغ شما...........Place your ad
</marquee></a>
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
24
25
26
27
28
body {
width:350px;
height:auto ;
background-color:#fff;
}
.footer {
background-color:#5f5f5f;width:350px;font-size:15px;border-radius:5px;color:rgb(220,220,220);
}
#div{
background-color:rgb(255,255,255);width:350px;
}
.d{
width:350px;background-color:rgb(230,230,0);border-radius:5px;
}
.h {
width:350px;
background-color:#ccc;
border-radius:5px;
}
.h2 {
Enter to Rename, Shift+Enter to Preview
js
js
1
2
alert ("به web کینگ خوش آمدید ");
alert ("نکته : این web آزمایشی هست اگر مشکلی دیدید بگید و در رفع و کمک کردن در html به من اگه بلدید و وقت هم دارید ممنون میشم");
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run