What is web hosting?
July 30, 2019, 5:30 pm — By
July 28, 2019, 6:19 pm

Strings in javascript are the most commonly used data types. Anything we write between double quotes is a string. We can also use single quotes for strings. We can manipulate strings in various ways. Javascript provides a lot of options for string manipulation. One of the ways of working with strings in javascript is by...

how to debug javascript in chrome
July 27, 2019, 7:42 pm — By
July 24, 2019, 9:20 pm

In this article, we will explain how to use and manipulate a HTML image. There are many possibilities to use images in an HTML page, forms, link tags, etc. Table of contents The HTML image tag Image size Images with links Centering an image Using an image as the background of a page Position of images Image as a form button Image...

July 23, 2019, 5:05 pm

Forms are used in web development for user interactions. Details of an individual are obtained by using forms. We use a form tag to create forms in HTML. We can use different input fields to interact with users. These input fields are placed inside an HTML form tag. The input element can be displayed in several ways. It...

July 20, 2019, 9:27 am

In this article, we will explain what is HTML, and give basic examples of how it works. HTML is the standard language of the internet web pages. It’s possible to assure that over 99,9% of the sites hosted on the internet uses HTML. Topic in this article What is HTML and how it works? How to learn to code in HTML Basic...

July 18, 2019, 9:30 pm — By
July 18, 2019, 1:29 pm — By
July 17, 2019, 9:13 pm — By
July 17, 2019, 10:51 am

Color name HEX Code RGB Code Black #000000 (0,0,0) grey11 #1C1C1C (28,28,28) grey21 #363636 (54,54,54) grey31 #4F4F4F (79,79,79) DimGray #696969 (105,105,105) Gray #808080 (128,128,128) DarkGray #A9A9A9 (169,169,169) Silver #C0C0C0 (192,192,192) LightGrey #D3D3D3 (211,211,211) Gainsboro #DCDCDC (220,220,220) SlateBlue #6A5ACD (106,90,205) SlateBlue1 #836FFF (131,111,255) SlateBlue3 #6959CD (105,89,205) DarkSlateBlue #483D8B (72,61,139) MidnightBlue #191970 (25,25,112) Navy #000080 (0,0,128) DarkBlue #00008B (0,0,139) MediumBlue #0000CD (0,0,205) Blue #0000FF (0,0,255) CornflowerBlue #6495ED (100,149,237) RoyalBlue #4169E1 (65,105,225) DodgerBlue #1E90FF (30,144,255) DeepSkyBlue #00BFFF (0,191,255) LightSkyBlue #87CEFA (135,206,250) SkyBlue #87CEEB (135,206,235) LightBlue #ADD8E6 (173,216,230) SteelBlue #4682B4 (70,130,180) LightSteelBlue #B0C4DE (176,196,222) SlateGray #708090 (112,128,144) LightSlateGray #778899 (119,136,153) Aqua...