Author: admin

Border style – CSS

Use CSS border-style property To set different border types of HTML Elements. Follow are the different border types: dotted Sets…

CSS Border

border property sets an HTML Element border and its width, color & style. By default html element borders are not…

Background CSS

Background property sets background color or background image of HTML Elements. Following are the CSS background properties: Background Color of…

Comments in c

Comments are used to document the c source code, It makes source code more readable & easier to understand. Compiler…

Data types

Data type specifies the type of data a variable will hold and following are the characteristics data type specifies for…

Javascript comments

Comments are used for following in javascript Javascript comments are of two types: Single line comment Two forward slashes without…

CSS Syntax

To apply CSS in HTML elements, selector and declaration block is required. Selector is HTML elements name, id or class…