php works Programming

PHP – Learn How PHP Works

  • September 8, 2020
  • 0 Comments

PHP works with the webserver without a server, it doesn’t take any requests and it doesn’t respond to any things to the browser; PHP is the software that delivers web pages to the world. When you enter a URL (Uniform Resource Locator) into your web browser’s address bar, you’re sending a request to the webserver […]

CSS Font Size and Font Attribute Web Development

CSS – Font Attribute & Example

  • September 8, 2020
  • 0 Comments

CSS Font Attribute Font-family – sequence of font family name separated by comma Font-style – normal , italic or oblique Font-weight – normal , bold, bolder, lighter or one of the nine numerical values (100,200,300,400,500,600,700,800,900) Font-size – denotes absolute size (xx-small, x-small, small, medium, larger, x-larger, ss- large), relative size (larger, smaller), a number (of […]