![]() |
VOOZH | about |
A browser window is a tool used to access and view web pages on the internet. It helps users search for and retrieve relevant information online.
In this section, we will create a basic site structure and also attach the CDN link of the Font-Awesome for the icons which will be used as a menu icon.
CDN links for the Icons from the Font Awesome:
<link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css%E2%80%9D>
HTML code:
Designing Structure: In the previous section, we created the structure of the basic website that we are going to use as browser window. In this section, we will design the structure for the browser window.
CSS Code:
Final Solution: This is the final code after combining the above sections. It will the browsers window.
Output: