<!DOCTYPE html> <html> <head> <style> p { height: 100px; width: 400px; background-color: #2196F3; } </style> </head> <body> <h2>Elementin yükseklik ve genişliğinin ayarlanması:</h2> <p>Genişlik: 400px Yükseklik:100px</p> </body> </html>