Showing posts with the label html

Responsive layout format in media query

Responsive layout format -------------------------------------------------------------- w3school layout format: ==================================== @media only screen a…

How To Build a Website with HTML

How To Build a Website with HTML To build a website with HTML, you can follow these steps: 1.Plan your website: Before starting, it's a good idea to plan out your websi…

Creating an SPA Router in Vanilla JS

Building a vanilla js SPA Router step-by-step Guide For Beginners ১। public folder  হিসেবে অবশ্যই  index.html ফাইল টি নিতে হবে এবং তার মধ্যেই সকল navigation এবং main page গু…

How To Make Drop Down Menu Using HTML And CSS

Live Preview           Source Code in GitHub  HTML Code  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8&…

How to Create Responsive Navigation Bar using HTML and CSS

HTML code  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-U…

Load More That is All