القائمة الرئيسية

الصفحات

HTML acronym وسم

HTML acronym Tagغير مدعوم في HTML5

مثال

<!-- Syntax: <acronym title="text"> ... </acronym> -->
	<p>The <acronym title="World Wide Web">WWW</acronym> commonly known as the Web, 
	is an information system where documents and other web resources are identified by Uniform Resource Locators.</p>
  

Acronym Tag Example

The WWW commonly known as the Web, is an information system where documents and other web resources are identified by Uniform Resource Locators.


ما هو البديل لوسم  <acronym

البديل لوسم <acronym> هو الوسم <abbr>:

<!-- Syntax: <abbr title="text"> ... </abbr> -->
	<p>The <abbr title="World Wide Web">WWW</abbr> commonly known as the Web, is an information system where documents and other web resources are identified by Uniform Resource Locators.</p>
  

إقرأ أيضًا – HTML <acronym> Tag


دعم المتصفحات

firefox - الباشمبرمجCHROME - الباشمبرمجIE - الباشمبرمجsafari - الباشمبرمجopera - الباشمبرمج
مدعوممدعوممدعوممدعوممدعوم