-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths5-3.html
More file actions
39 lines (38 loc) · 1.62 KB
/
s5-3.html
File metadata and controls
39 lines (38 loc) · 1.62 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
<html>
<title>
Contact me!
</title>
<ul dir="rtl">
<li> <a href="s5-1.html" > Skills </a> </li>
<li> <a href="s5-2.html" > Achievements </a> </li>
<li> <a href="s5.html" > Introduction </a> </li>
</ul>
<head dir="rtl">
<link rel="stylesheet" type="text/CSS" href="style.s5-3.CSS" />
<center>
<br> برای ارتباط با من فرم زیر را تکمیل و ارسال نمایید<br>
</center>
</head>
<form dir="rtl">
<label dir="rtl">نام و نام خانوادگی:</label>
<input dir="rtl" type="text" placeholder="نام و نام خانوادگی">
</form>
<form dir="rtl">
<label dir="rtl">آدرس پست الکترونیک:</label>
<input dir="rtl" type="email" placeholder="xxxx@gmail.com">
</form>
<form dir="rtl">
<label dir="rtl">پیام شما:</label><br>
<textarea> type here </textarea>
</form>
<form dir="rtl" onSubmit="return confirm('Do you want to submit?') ">
<input type="submit" />
</form>
<script> alert('پیام شما با موفقیت ارسال شد') </script>
<footer dir="rtl">
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
<a href="https://github.com/dorsaaaa" > My Github </a><br>
<a href="https://stackoverflow.com/users/17465969/dodo?tab=profile" > My StackOverflow </a><br>
<body>my Email : dghobadi@ce.sharif.edu</body>
</footer>
</html>