My Blogs

  • What I Know About HTML

    December 6,2022

    HTML is the standard markup language for creating Web pages.HTML stands for Hyper Text Markup Language.An HTML element is defined by a start tag, some content, and an end tag.HTML consists of a series of elements, which you use to enclose, wrap, or mark up different parts of content to make it appear or act in a certain way. The enclosing tags can make content into a hyperlink to connect to another page, italicize words, and so on..

    Read More
  • NPX and NPM Module

    December 2,2022

    The NPM stands for Node Package Manager. NPM is a Package Installation Tool, Used to install, delete, and update Javascript packages on your machine.
    NPX stands for Node Package eXecute.NPX is a tool for executing packages. NPX is a npm package runner whose job it is to execute a package from the registry without ever installing it.

    Read More