Differences

This shows you the differences between two versions of the page.

Link to this comparison view

attribute [2014/08/11 13:06] (current)
stephan created
Line 1: Line 1:
 +====== Attribute ======
  
 +----
 +
 +===== Definition =====
 +
 +The **attribute** is an [[HTML]] element'​s property.
 +
 +In HTML attributes are assigned to [[tag|tags]]. This will influence how an element is displayed and what actions it will perform.
 +
 +== Example ==
 +
 +''​href''​ is an attribute of the ''<​a>''​ tag in the following example:
 +
 +<​html><​a href="​http://​www.aseops.com">​SEO software</​a></​html>​.