تحرير مدونة:
نرى النتيجة »
انها محاولة لنفسك - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
p
{
min-height
:
100px
;
background-color
:
yellow
;
}
<
/style
>
<
/head
>
<
body
>
<
p
>
The minimum height of this paragraph is set to 100px.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style> p { min-height: 100px; background-color: yellow; } </style> </head> <body> <p>The minimum height of this paragraph is set to 100px.</p> </body> </html>