اموزش وبلاگ نویسی

وبلاگ نویسی
اموزش وبلاگ نویسی
بایگانی
آخرین مطالب

۲ مطلب با کلمه‌ی کلیدی «اموزش سی اس اس» ثبت شده است

<html>

<head>

<style>

h1 {

    float: رانتخاب کنیدh1جهت متن ;

    margin:عددpx;

}

</style>

</head>

<body>

<h1>Hello world, this is my first code</h1>


</body>

</html>

۰ نظر موافقین ۲ مخالفین ۰ ۱۲ شهریور ۹۴ ، ۲۱:۴۰
mehdi ghlami

<html>

<head>

<style>

body {

    background-color: #d0e4fe;

}


h1 {

    color: orange;

    text-align: center;

}


p {

    font-family: "tahoma";

    font-size: اندازه خط به عددpx;

}

</style>

</head>

<body>


<h1>welcome</h1>

<p>This is a paragraph.</p>


</body>

</html>


۰ نظر موافقین ۲ مخالفین ۰ ۱۸ مرداد ۹۴ ، ۱۱:۱۰
mehdi ghlami