simply WEB STUFF
  • Blog
  • Featured
  • About
Card image cap
JavaScript Guide – Everything You Need To Know About Variable Scope
Posted by TotalDC 2021-03-31 in JavaScript, Tutorial

Scope of a variable is the part of the program from where the variable may directly be accessible. In JavaScript, there are two types of scopes: Global Scope – Scope outside…

Card image cap
How To Setup Jetpack’s Share Buttons
Posted by TotalDC 2021-03-30 in How To, Tutorial, WordPress

People are eager to let friends know about content they enjoy. Consistent sharing means an extra opportunity to grow your network and increase relevant traffic sources for your website. While…

Card image cap
JavaScript Guide – All You Need To Know About Variables and Datatypes
Posted by TotalDC 2021-03-29 in JavaScript, Tutorial

In previous article we discussed what is JavaScript and now lets start learning. In this article, we will get down to the real basics, looking at how to work with…

Card image cap
JavaScript Guide – Introduction To JavaScript’s History And Features
Posted by TotalDC 2021-03-26 in Featured, JavaScript, Tutorial

JavaScript is the foundation of frontend web development and is the key ingredient in frameworks like React, Angular and VueJS. It can also be used to create backend with platforms…

Card image cap
CSS Guide Part 7 – Everything You Need To Know About Borders
Posted by TotalDC 2021-03-24 in CSS, HTML, Tutorial

As you maybe guessing CSS lets you apply borders to most HTML elements. To make a border all you need is to use border tag. First you need to specify…

Card image cap
CSS Guide Part 6 -Everything That You Need To Know About Margin And Padding
Posted by TotalDC 2021-03-22 in CSS, HTML, Tutorial

Margin and padding in CSS are the most used properties of spacing out elements. A margin is the space outside element and padding is the space inside the element. For…

Card image cap
CSS Guide Part 5 – Everything You Need To Know TO Make Your HTML Text Stylish
Posted by TotalDC 2021-03-19 in CSS, HTML, Tutorial

With CSS you can change the size and shape of the text with a range of properties. Let’s talk about that. Font-family Font-family specifies font itself like Times New Roman,…

Card image cap
CSS Guide Part 4. Everything You Need To Know About Colors
Posted by TotalDC 2021-03-17 in CSS, HTML, Tutorial

CSS lets you use 16,777,216 colors. You can simply write color name, use RGB (red/green/blue) or hex code. For example following values gets you the same result: red rgb(255,0,0) rgb(100%,0%,0%) #ff0000…

Card image cap
CSS Guide Part 3 – Everything You Need To Know About Selectors, Properties and Values
Posted by TotalDC 2021-03-15 in CSS, HTML, Tutorial

Selectors are the names given to styles in internal and external CSS. For each selector there are properties written inside curly brackets like - color, font-size or background-color.

Card image cap
CSS Guide Part 2 – Inline, Internal or External. Know What Is The Difference
Posted by TotalDC 2021-03-12 in CSS, HTML, Tutorial

Maybe you are wondering how this CSS code is actually applied to HTML...

« Previous 1 … 8 9 10 11 Next »

Follow me on:

Categories:

  • Afterhours
  • Browser
  • Cheatsheet
  • Crypto
  • CSS
  • Featured
  • Google
  • How To
  • HTML
  • JavaScript
  • PHP
  • Social media
  • Software
  • Tutorial
  • WordPress
  • Featured posts:

    Card image cap
    15 JavaScript Array Methods You Should Master Immediately (with examples)
    Posted by TotalDC in Featured, JavaScript, Tutorial
    Card image cap
    7 Ways to Monetize a Website
    Posted by TotalDC in Featured, How To
    Card image cap
    5 Websites That Will Help You Practice Your Skills
    Posted by TotalDC in CSS, Featured, HTML, JavaScript, Tutorial
    Card image cap
    5 YouTube Channels To Learn Web Development For Free
    Posted by TotalDC in Featured, Tutorial
    Card image cap
    How To Move WordPress From Localhost To Live Server
    Posted by TotalDC in Featured, How To, Tutorial, WordPress
    Created by TotalDC 2021