Category: HTML5

HTML5 markup language used for structuring and presenting content on the WWW. It is the fifth and final major HTML version that is a World Wide Web Consortium (W3C) recommendation.

Browser Window Notice

This is a cool way to display a notice at the bottom of browser window. Keep in mind there are no advanced settings, and it appears every time window is loaded or refreshed. Here is the basic style: <style type="text/css"> #article-fixed-message-container { position: fixed; bottom: 20px; cursor: pointer; } #article-fixed-message-text { background-color: blue; position: relative; color: