Fetch Page Title Using JavaScript
This page describes how to fetch page title using javascript. In this code, when we click on a button on the webpage, the page title is displayed. It is a nice way to display your page title on your webpage using javascript. HTML, CSS, JavaScript: <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, …