<main> ... </main>


يحتوي على المحتوى الرئيسي والفريد للصفحة.

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

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

<title>Inline CSS Emphasis Example</title>

</head>

<body>

<p style="font-size: 16px; color: #333;">

This sentence includes an

<em style="color: #e74c3c; font-style: italic;">

important emphasis

</em>

on a specific word.

</p>

</body>

</html>

Inline CSS Emphasis Example

This sentence includes an important emphasis on a specific word.