Set cursor to pointer in CSS- The cursor CSS property sets the type of mouse cursor, if any, to show when the mouse pointer is over an element. Code for Set cursor to pointer in CSS

CSS Comments

How to Insert CSS Comments. The comments are used to explain the code. CSS comments are not displayed in the browser, but they can help document your source code. CSS comment is placed inside the <style> element, and starts with /* and ends with */ Example for CSS Comments-