JavaScript Lesson Start and Stop Timer GetTime For Timer using Date

GetTime For Timer using DateHow to set up a timer based on a JavaScript Date object. This project will create a set of buttons that can start and stop a timer. The timer values are based on the ECMAScript epoch from the Date object in JavaScript that can be returned using getTime(). This format will … Read more

What are CSS Pseudo classes how to add styling to different element states hover effect CSS

CSS Pseudo-classes for hover effects and more create interactive content CSS Pseudo classes used to define the state of an element.  By default on anchor tags, these properties can set the look and feel on the various states.  Pseudo classes can be applied to any element, making the element styling update on change of state.  … Read more

Categories CSS

How to Add Styling to HTML elements Text and Fonts CSS letter spacing line height and CSS text

How to apply CSS to text setting font styling,text decoration and transformations. Use CSS to update how the text looks and feels from your website.  Set the text alignment within the parent element, with left right and center.   How to transform text within an element to uppercase, lowercase and how to capitalize text with … Read more

Categories CSS

Setting Colors for Text and Backgrounds with CSS adding Images to elements Color Value Units

Colors of text and background colors can easily be applied.  Different color values can be used, such as the HEX value of the color, the RGB color value, or the named color value.  Background images can also be set to any page element.   Using a background image, there are properties that can be set … Read more

Categories CSS

JavaScript DOM for Beginners 2022 Learn how to code

Perfect course to learn more about JavaScript and how to apply JavaScript in real world applications.  Make your web pages come to life with JavaScript.  Create interactive and dynamic web page content today!!!  Learn how to animate page elements, use the page element object properties and values within your code. Includes 30+ Page Downloadable Source … Read more

How to select page elements CSS HTML Page Element Selection Element Selection CSS

How to select page elements CSS HTML Page Element Selection Page element selection can be done by selecting elements by tag, by class name, or by the element id attribute.  All elements can be selected using a wildcard.  Element selection can also be grouped by comma separation of the selectors.  When planning and designing your … Read more

Categories CSS