وبلاگ برنامه نویسی رایگان

برنامه نویسی ساده

وبلاگ برنامه نویسی

برنامه نویسی ساده

وبلاگ برنامه نویسی

برنامه نویسی ساده

شما میتوانید در این وبلاگ برنامه نویسی ساده یاد بگیرید.من در اینجا تمام تلاش خود را میکنم تا شما از من و وبلاگ من راضی باشد.

آخرین نظرات
نویسندگان

۱۰ مطلب با موضوع «اموزش کامل اچ تی ام ال html totarial» ثبت شده است

۲۸
شهریور
۹۴

<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title></title>
<link rel="shortcut icon" type="image/x-icon" href="نام و پسوند عکس">
</head></html>

  • آرین راستی
۰۸
شهریور
۹۴

<!DOCTYPE html>

<html>

<body>

<p><abbr title="World Health Organization">سلام</abbr></p>

</body>

</html>

نتیجه:سلام

  • آرین راستی
۰۸
شهریور
۹۴
<!DOCTYPE html>
<html>
<head>
<style>
#header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}
#nav {
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:100px;
    float:left;
    padding:5px;         
}
#section {
    width:350px;
    float:left;
    padding:10px;          
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
   padding:5px;          
}
</style>
</head>
<body>

<div id="header">
<h1>تست من</h1>
</div>

<div id="nav">
Londonتست برای وبلاگ<br>
Parisتست برای وبلاگ<br>
Tokyoتست برای وبلاگ<br>
</div>

<div id="section">
<h2>Londonتست</h2>
<p>
London is the capital city of England. It is the most populous city in the United Kingdom,تست
with a metropolitan area of over 13 million inhabitants.
</p>
<p>
Standing on the River Thames, London has been a major settlement for two millennia,تست
its history going back to its founding by the Romans, who named it Londinium.
</p>
</div>

<div id="footer">
Copyright © َAnonymous123.blog.ir
</div>

</body>
</html>



نتیجه:







Londonتست

London is the capital city of England. It is the most populous city in the United Kingdom,تست with a metropolitan area of over 13 million inhabitants.

Standing on the River Thames, London has been a major settlement for two millennia,تست its history going back to its founding by the Romans, who named it Londinium.

  • آرین راستی
۲۷
مرداد
۹۴

<DOCTYPE>

<html>

<head>

<meta charest="UTF-8">

<title>اولین سایت من</title>

</head>

<body style="background-image:URL(اسم.پسوندعکس);backgrond-repeat:no-repeat;backgrond-possition:center center;">

<h1 style="font-color:رنگ;font-family:tahoma;">اولین نوشته ی من</h1>

</body>

</html>



:نتیجه

اولین سایت من

اولین نوشته ی من

ما متاسفیم ولی در این وبلاگ تگ بادی کار نمیکند

  • آرین راستی
۲۰
مرداد
۹۴

<!DOCTYPE html>
<html>

<head>

<title></title>

</head>

<body style="background-color:green">

<h1 style="color:red">نوشته</h1>
<p style="color:blue">نوشته.</p>

</body>
</html>

:نتیجه

نوشته

نوشته.

ما متاسفیم اما در این وبلاگ تگ بادی کار نمیکند
  • آرین راستی
۲۰
مرداد
۹۴

<!DOCTYPE html>
<html>
<body>

<h1>جمله یا کلمه</h1>

<p title="سر عنوان">
نوشته
</p>

</body>
</html>

نتیجه:

جمله یا کلمه

نوشته

  • آرین راستی
۱۷
مرداد
۹۴

<html>

<head>

<title></title>

</head>

<body>

<p>پاراگراف</p>

<h1>جمله بزرگ</h1>

<h2>جمله کوچکتر</h2>

<h3>جمله متوسط</h3>

<h4>جمله خیلی کوچک</h4>

<h5>جمله زیاد کوچک</h5>

<h6>جمله بسیار کوچک</h6>

</body>

</html>



تگ<b>که معمولا در وسط <h1>تا<h6>است حروف را کلفت و پر رنگ میکند.


نتیجه:


پاراگراف

جمله بزرگ

جمله کوچکتر

جمله متوسط

جمله خیلی کوچک

جمله زیاد کوچک
جمله بسیار کوچک
  • آرین راستی
۱۶
مرداد
۹۴

<!DOCTYPE html>

<html>

<head>

<title></title>

<style>

h1 {

     font-size:25px;

     font-family:tahoma;

}

</style>

</head>

<body>

<h1>کلمه مورد نظر شما</h1>

</body>

</html>




نتیجه:

کلمه مورد نظر شما

  • آرین راستی
۱۵
مرداد
۹۴

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title></title>

</head>


<body>


</body>


</html>

  • آرین راستی
۱۳
مرداد
۹۴

شما میتوانید با استفاده از نوت پد یا نوت پد پلاس پلاس این کار را انجام دهید

<html>تگ اصلی

<head>سرعنوان سایت

<title>عنوا سایت</title>

</head>

علامت/یعنی بست








  • آرین راستی