Posts

Showing posts from February, 2023

1st website try

  home.html: <! DOCTYPE html > < html >     < head > < title > Shain maharjan </ title > < link rel = "stylesheet" type = "text/css" href = "Style.css" >     </ head >     < body > < header > < h1 > Welcome to my website </ h1 > < h3 > Hope you have a good day </ h3 > < marquee direction = "right" scrollamount = "20" >< img class = "dog" src = "dogg.gif" >< img class = "cat" src = "cat.gif" ></ marquee > </ header > < nav > < a href = "Home.html" > Home </ a > < a href = "Gallery.html" > Galley </ a > < a href = "Contact.html" > Contact </ a > </ nav > < section >     < div class = "row" >         < div class = "column side" >             < h1 > Intro ...