۰۵
آبان
۹۴
<!DOCTYPE html>
<html>
<body>
<iframe src="آدرس سایت مورد نظر" width="200px" height="200px"></iframe>
</body>
</html>
نتیجه بعضی از اعمال سایت کار نمی کند اما در برنامه (نوت پد) کار میکند
- ۰ نظر
- ۰۵ آبان ۹۴ ، ۲۰:۲۳
<!DOCTYPE html>
<html>
<body>
<iframe src="آدرس سایت مورد نظر" width="200px" height="200px"></iframe>
</body>
</html>
نتیجه بعضی از اعمال سایت کار نمی کند اما در برنامه (نوت پد) کار میکند
<!DOCTYPE html>
<html>
<head>
<style>
p.x {
background-color: yellow;
}
p.ex {
background-color: yellow;
margin-top: 100px;
margin-bottom: 100px;
margin-right: 150px;
margin-left: 50px;
}
</style>
</head>
<body>
<p>This is a paragraph with no specified margins.بدون مارجین</p>
<p class="ex">This is a paragraph with specified margins.مارجین دار</p>
</body>
</html>
نتیجه
This is a paragraph with no specified margins.بدون مارجین
This is a paragraph with specified margins.مارجین دار