The CSS style applied to an HTML element lacks a selector name.

The markup for an HTML element does not include the selector of the CSS style as the value of its ID or CLASS attribute.

To correct this error

  • Add the name of the style as the value for the ID or CLASS attribute of the element.

See Also

Other Resources

Source View

Working with CSS Overview