CSS Selectors 1) Elements 2) ID 3) Class 4) Universal 5) Grouping 1) The element selector p{ text-align: center; color: mediumorchid; } 2) Th…
Read moreHTML – COLORS: bgcolor - sets a color for the background of the page. text - sets a color for the body text. alink - sets a color for active links or…
Read moreHTML – META TAGS Adding Meta Tags to Your Documents: You can add metadata to your web pages by placing <meta> tags inside the header of…
Read moretry{ let result = someFunction(); console.log(result); } catch(error){ console.log(error.message); }finally{ console.log("code executed"); …
Read more
Social Plugin