AI Features

Exercise: Know Your Browser

Exercise for extracting browser information using BOM and displaying it on a web page using DOM and JavaScript

We'll cover the following...

Task

A web developer only knows HTML. He is struggling to extract information from the browser and view it on the web page. He wants a web page with info about the browser and URL, but can’t do it with just HTML. He has given you the HTML page. You can manipulate ...

Ask