Posts

Showing posts from January, 2021

PROJECT USING HTML AND CSS (Best Online Food Delivery Service in India)

HTML PART (project2.html) <! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < meta   http-equiv = "X-UA-Compatible"   content = "ie=edge" >      < title > Best Online Food Delivery Service in India | MyOnlineMeal.com </ title >      < link   rel = "stylesheet"   href = "css/style.css" >      < link   rel = "stylesheet"   media = "screen and (max-width: 1170px)"   href = "css/phone.css" >      < link   href = "https://fonts.googleapis.com/css?family=Baloo+Bhai|Bree+Serif&display=swap"   rel = "stylesheet" > </ head > ...

JAVA SCIPT TUTORIAL FRINT END

1. JAVA SCRIPT <! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < title > Java Script </ title > </ head > < body >      < div   class = "container" >          < div   class = "row" >              < p >                 This is row in this container              </ p >          </ div >      </ div >      <!-...