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 […]

Selectors, Type with Examples Web Development

CSS – Selectors, Type with Examples

  • September 2, 2020
  • 0 Comments

CSS Selectors A CSS Selector is the part of the CSS ruleset that actually selects the content that you want to style. As the name suggests, it selects and manipulates HTML documents (s). So they are used to select and manipulate HTML documents on the basis of their id, class, type and attributes, and some […]

css comment and example Web Development

CSS – Comment and Example

  • September 2, 2020
  • 0 Comments

CSS Comments Comments are a useful source to define our code or to make a coder understand the code applied. This may help us edit our code in the future. Comments are not displayed by browsers. CSS comments start with /* and end with */ Why Are Comments Required? Comments are required to make code […]

tools required for system development Technology What is & Queries

Essential System Designing Tools for the System Developer

  • September 1, 2020
  • 0 Comments

System Flow Chart A system flow chart is a diagrammatic representation to explain how a system works. Diagrammatic representations are easier to understand than lengthy text. System flow chat is one of the major tools of the system analyst to show an overview of the processing in a complete system. [button color=”primary” size=”big” link=”https://tutsmaster.org/what-is-system-development-lifecycle-explain/” icon=”” […]