Author name: Nikita Santra

Replicating Google home page using HTML CSS

In this tutorial ,we will learn how to create a Google home page with the help of HTML and CSS. Setting up the HTML structure <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Google</title> <link rel=”stylesheet” href=”style.css”> <link rel=”stylesheet” href=”https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined”/> </head> <body> <nav> <a href=”” class=”ntext”>Gmail</a> <a href=”” class=”ntext”>Images</a> <span class=”material-symbols-outlined app”>apps</span> …

Replicating Google home page using HTML CSS Read More »

Scroll to Top