i am a dummie want to learn how to design webpage?

i would like to how to design webpage ..i have zero bacround about computer ..

What kind of webpage?

HTML? CSS?

I self-taught myself by simply figuring out what I wanted, say a background colour, then I googled how to do that. Then I wanted a text box, so I googled that. I built it all up until I had a fairly vast knowledge of HTML. Read through a few sites that have the basics and you’ll catch on pretty fast.

Just a tip is to not cross over tags;
RIGHT
<right><b></b></right>
WRONG
<right><b></right></b>

And nearly every HTML tag has a pair, never forget that.