HTML Tutorial
<i>
يستخدم عنصر <i>
لتمييز النص الذي يجب عرضه بخط مائل.
<i>
لا يحتوي عنصر <i>
على أي سمات محددة.
<i>
<h1><i>The Catcher in the Rye</i></h1>
<p>The keyword is: <i>important</i></p>
مثال HTML
<!DOCTYPE html>
<html>
<head>
<title>Exploring the <i> tag</title>
</head>
<body>
<h1>This text will be italicized with the <i> tag</h1>
<p>This is another example of using the <i> tag.</p>
</body>
</html>
<i>
وعلامة </i>
للإشارة إلى بداية ونهاية النص المائل على التوالي.<i>
لتحسين قابلية القراءة وجعل النص أكثر بروزًا. <i>
أيضًا لإنشاء نص بديل أو لتمييز نص مهم.