<img>


عنصر لإدراج الصور في الصفحة.

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

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

<title>Inline CSS Image Example</title>

</head>

<body>

<img src="https://clicksschool.com/" alt="Placeholder Image" style="display: block; max-width: 100%; height: auto; border: 2px solid #ccc; border-radius: 4px; margin: 20px auto;">

</body>

</html>

Inline CSS Image Example Placeholder Image