styling of a web page

HTML5 enforces strict separation of content and styling of a web page, which is manifested in the absence of the presentational attributes (e.g. align, height, border, size) and elements (e.g. font, center, strike, u).  WordPress Customization India

Page styling and design can only be done with CSS. Frames are also not supported in HTML5, due to their negative impact on the usability of a web page. The elements a and area have a new attribute, called ping. It defines the URLs (Uniform Resource Locators), where a browser can send a notification when the user visits a hyperlink.   Wordpress Development

The user tracking is currently mostly performed through the server-side redirects, which causes a long waiting for a selected page. The ping attribute enables the user agent to inform the user which addresses will be notified. In case of privacy concerns, a user can turn off the notifications while he or she can not influence the redirects. The other novelties in HTML5 also include new global attributes, relations in elements link and a, events and many others. 

Comments