<p> ... </p>


فقرة نصية تُستخدم لعرض النصوص.

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Inline CSS Paragraph Example</title>

</head>

<body>

<p style="font-size: 16px; line-height: 1.5; color: #333; margin: 20px; text-align: justify;">

This is an example paragraph styled using inline CSS. The paragraph demonstrates how to set the font size, line height, text color, margin, and text alignment directly within the HTML element.

</p>

</body>

</html>

Inline CSS Paragraph Example

This is an example paragraph styled using inline CSS. The paragraph demonstrates how to set the font size, line height, text color, margin, and text alignment directly within the HTML element.