You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Document< / title >
< / head >
< body >
<!-- clickable img -->
< a href = "google.com" >
< img src = "" alt = "" >
< / a >
< img src = "" alt = "iran-map" usemap = "#iranManp" >
< map name = "iranManp" >
< area shape = "circle" coords = "10,30,200" href = "" alt = "" target = "_blank" >
< area shape = "rect" coords = "34,44,270,350" href = "" alt = "" >
< area shape = "default" coords = "" href = "" alt = "" >
< area shape = "poly" coords = "" href = "" alt = "" >
< / map >
< hr >
<!-- i frame -->
< iframe src = "http://aparat.com" frameborder = "0" > < / iframe >
<!-- pre -->
<!-- دقیقا همان طور که تایپ میکنیم همانطور هم نشان داده میشود -->
< pre >
دقیقا همان طور که تایپ میکنیم
همانطور هم نشان داده میشود
حتی خط های فاصله و همه چیز ه ا
< / pre >
<!-- code -->
<!-- با فونت برنامه نویسی چاپ میکند -->
< code dir = "ltr" >
var x = 6;
< / code >
<!-- با فونت نرم افزار های کامپیوتری چاپ میکند -->
< samp >
file not found press < kbd > F1< / kbd > to continue...
< / samp >
<!-- kbd -->
<!-- برای نشان دادن کلید ه ا یا ترکیب کلید ه ا از این تگ استفاده میشود -->
<!-- در واقع این تگ ه ا برای این است که نوع متن را به ما نشان دهد -->
<!-- و الزامی برای استفاده از آنها نیست اما باعث میشود که -->
<!-- کد های ما خوانا تر باشند و موتور جست و جو بفهمد که منظور ما کیبرد بوده است -->
< strike >
100 تومان
< / strike >
<!-- این تگ منسوخ شده -->
<!-- به جای آن از تگ پایینی استفاده میشود که بر روی متن ما یک خط میکشد -->
< s >
some striked text
< / s >
< / body >
< / html >