Posted inInternet Programming JavaScript – The Date Object Posted by admin July 20, 2021 The Date object is a datatype built into the JavaScript language. Date objects are created…
Posted inInternet Programming JavaScript – Document Object Model Posted by admin July 20, 2021 A Document object represents the HTML document that is displayed in that window. The Document…
Posted inInternet Programming Limitations of JavaScript Posted by admin July 20, 2021 We cannot treat JavaScript as a full-fledged programming language. It lacks the following important features…
Posted inInternet Programming What is JavaScript ? Posted by admin July 20, 2021 JavaScript is a dynamic computer programming language. It is lightweight and most commonly used as…
Posted inInternet Programming Blocks Posted by admin July 20, 2021 All the HTML elements can be categorized into two categoriesΒ (a)Β Block Level ElementsΒ (b)Inline Elements. Block Elements…
Posted inInternet Programming Backgrounds Posted by admin July 20, 2021 By default, your webpage background is white in color. You may not like it, but…
Posted inInternet Programming Colors Posted by admin July 20, 2021 Colors are very important to give a good look and feel to your website. You…
Posted inInternet Programming HTML – Lists Posted by admin July 20, 2021 HTML offers web authors three ways for specifying lists of information. All lists must contain…
Posted inInternet Programming Style Sheet Posted by admin July 20, 2021 Cascading Style Sheets (CSS) describe how documents are presented on screens, in print, or perhaps…
Posted inInternet Programming CSS CURSORS Posted by admin July 20, 2021 Although the cursors will not have the customized look in other browsers it usually doesn't…