WEBSITE
A website is a set of related web pages located under a single domain name, typically produced by a single person or organization.
It also means a group of World Wide Web pages usually containing links to each other and made available online by an individual, company, or organization.
HOW IS A WEBSITE CREATED
Every living things communicate using languages. Humans communicate through speaking, cats through meowing and so on. But computer cannot speak to comunicate. So there must be a way for them to communicate. They have their own language.
For you to create a website, you have its language. Its language is called HTML.
HTML stands for HyperText Markup Language.
HTML is not a programming language. What you're typing is HTML code, read and interpreted by your browser. But this doesn't make HTML a programming language. HTML is a type of markup language. It encapsulates, or “marks up” data within HTML tags, which define the data and describe its purpose on the webpage.
HOW TO STYLE MY WEBSITE
A website with just html code wont look appealing. That is where CSS comes into place. CSS stands for Cascading Style Sheet.
TO BE CONTINUED.................