Posts

Showing posts from July, 2025

Practice for HTML and CSS Web Site | Practice Project Using HTML and CSS | HTML and CSS Project

Image
  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=     , initial-scale=1.0" >     < title > Best Online Food Delivery Service in India </ title >     < link rel = "stylesheet" href = "css/Style.css" >     < link rel = "preconnect" href = "https://fonts.googleapis.com" > < link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin > < link href = "https://fonts.googleapis.com/css2?family=Aclonica&display=swap" rel = "stylesheet" >         </ head > < body >     < nav id = "navbar" >         < div id = "logo" class = "logo" >             < img src = "img/logo.jpg" alt = "MyOnlinemeal.com" >               ...