HTML Tutorial
يحدد وسم <title>
عنوان صفحة الويب التي تظهر في شريط متصفح أو علامة التبويب.
لا يتوفر لدى وسم <title>
أي خصائص.
<title>
:<title>My Awesome Website</title>`: يحدد عنوان صفحة الويب بـ "My Awesome Website".
<title>Home - My Website</title>`: يحدد عنوان صفحة الويب الرئيسية بـ "Home - My Website".
مثال HTML توضيحي لاستكشاف وسم <title>
:
<html>
<head>
<title>Exploring the <title> Tag</title>
</head>
<body>
<h1>Welcome to My Website</h1>
<p>This page demonstrates the use of the <title> tag.</p>
</body>
</html>
<title>
داخل عنصر <head>
.</title>
و <title>
.<title>
لتحسين تحسين محركات البحث (SEO).