<!DOCTYPE html>
<html>
<head>
<title>Block and Inline elements</title>
<meta charset=UTF-8/>
<style>
iframe {
align:center;
}
</style>
</head>
<body>
<div style="background-color:black;color:white;padding:20px;text-align:center;">
<h1>Neovka</h1>
<p>It's a site where you can earn lots of <span style="color:#4CAF50">Money</span> online by shortning links and share it with people</p>
</div>
<iframe src="" height="200" width="300" name="a"></iframe><br>
<a href = "http://www.w3schools.com" target="a">W3schools.com</a><br>
<a href = "http://devilsfruits.blogspot.com" target="a">Devil's Fruit Blogspot</a>
</body>
</html>
لدي هذا الكود, وكما ترون عملت Frame في الصفحة و وضعت مواقع يضغط عليها الزائر وثم تظهر في frame
ولكن المشكلة ان frame في جهة اليسار وانا اريد ان اضعه في الوسط, حاولت أن افعل ذلك عن طريق خاصية align و text-align وكما ترون aling:center; في تاق <style> موجود ولكنه لا يعمل, فما هو الحل؟