> ## Documentation Index
> Fetch the complete documentation index at: https://blog.sumathi.dev/llms.txt
> Use this file to discover all available pages before exploring further.

#  Javascript in the browser

* Made to make web pages alive
* web page is a combination of html , css and js
  * HTML skeleton
  * js functionality
  * css styling
* Browser has buit in Javascript engine
  * It has limited features
    * It cannot read files automtically
    * It has limited saftey

## Developer tools

* Which makes develpoing easy
* Elements
  * All Html elements
* Console
  * console satements output is present here
* Network
  * All network requesnt are present here
