PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : آموزش ساخت پرچم ایران با html



vatan3da
February 26th, 2016, 21:04
سلام دوستان امروز باستون یک کدی آماده کردم بسیار ساده و مبتدی که به وسیله ی اون میتونید پرچم ایران رو بسازید:
اینم کدش:

<html>
<head>
<title>نمایش پرچم ایران با استفاده از کدهای اچ تی ام ال و سی اس اس</title>
<style type="text/css">
body { background-color:#ddd }
.top { background-color:green }
.middle { background-color:white; text-align:center }
.bottom { background-color:red }
</style>
</head>

<body>
<div class="top">&nbsp;</div>
<div class="middle">الله</div>
<div class="bottom">&nbsp;</div>
</body>

</html>

هآستینگ
February 26th, 2016, 22:42
میشه دمو بدین؟

MOJTABA005
February 27th, 2016, 11:08
http://codebeautify.org/htmlviewer/cbfd677b