Who is the Site For?
Every website should be designed for the target audience not just for yourself or the site owner.
Your content and design should be influenced by the goals of your users
Wireframing
Wireframing is a method for designing a website at the structural level. A wireframe is a stylized layout of a web page showcasing the interface elements on each page.
Wireframing of my site
HTML : Hyper Text Markup Language
Firstly when design the site , open index.html in VS, then in tag head can write the title of stie, in tag body write any things you want.
what this tag do when write it in HTML :
- < Head> : to write the title
- < H1,2,3,4,5,6> : write the head in different size.
- < p> : to write paragraph.
- < img src=”link of the image you want to install in the site “> : insert image.
- < a href=”link of website you want to go it”> : to insert link.
- $copy; : to write like copy writing.