Тег <abr></abr>



Этот тег определяет аббревиатуру.


Аргумент Значение
title text



index.html
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>New Page</title>
  • </head>
  • <body>
  •  <p>
  •   <abbr title="Windows Presentation Foundation">WPF</abbr>
  •   is a graphical display system for Windows.
  •   <abbr  title="Windows Presentation Foundation">WPF</abbr>
  •   is designed for .NET, influenced by modern display
  •   technologies such as HTML and Flash, and hardware-accelerated.
  •   It’s also the most radical change to hit Windows
  •   user interfaces since Windows 95.
  •  </p>
  • </body>
  • </html>
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>New Page</title>
  • </head>
  • <body>
  •  <p>
  •   <abbr title="Windows Presentation Foundation">WPF</abbr>
  •   is a graphical display system for Windows.
  •   <abbr  title="Windows Presentation Foundation">WPF</abbr>
  •   is designed for .NET, influenced by modern display
  •   technologies such as HTML and Flash, and hardware-accelerated.
  •   It’s also the most radical change to hit Windows
  •   user interfaces since Windows 95.
  •  </p>
  • </body>
  • </html>