You are on page 1of 6

How to create a website using HTML

Table of contents

1. What is a website
2. What is HTML
3. How to create a website
4. Different kind of websites
5. Frequently Asked Questions

Glossary 1

● Class:HTML elements can have one or more classes, separated by


spaces. You can style elements using CSS by selecting them with
their classes.
● Body:The body is the container for all of a page’s content. Comes
after the <head> tag, within the overall <html> tag.
● Div: A block level container (or ‘division’ of the web page) for content
with no semantic meaning.
● Tag: All HTML files live within an overarching html tag. This is the
basic tag that defines an html document.

List of figures and tables

1) Website example picture


2) HTML example picture
3) Syntax photo example
4) Wix and wordpress logos

1 https://www.codecademy.com/articles/glossary-html
1) What is a website?

A website is a collection of material in the World Wide Web that contains


text, images,video,audio, games and other media. created by hyperlinks in
order to be online by an individual, company, educational institution,
government, or organization

2) What is HTML
2 Tim Berners-Lee, a British scientist, invented the World Wide Web (WWW) in 1989
HyperText Markup Language (HTML) is the set of markup symbols or
codes inserted into a file intended for display on the Internet. The markup
tells web browsers how to display a web page's words and images 3

3) How to create a playlist

1. Open your notepad ( every computer has one)


3 https://www.investopedia.com/terms/h/html.asp
4 Html is the base of the World Wide Web
2. Pick a domain name
3. Save every step, this process can be length
4. Write this as your first code <!doctype html> of your document
5. Write Your HTML basic structure

6. Use the different declaration or tags in order to improve your website


7. Check the syntax and possible spelling mistakes
8. Customize and decorate your website* (read the note)
9. Launch your website
10. Test your website

Note*: You can use CSS in order to beautify your project

4) Different kind of websites

5 HTML syntax example


There are different kinds of websites, the differences among them are the
time and price that you have to invest in order to create and improve every
project.

Three excellent examples about these kind of projects are

● WIX
● WORDPRESS
● HTML

As you saw in this manual the HTML option is one of html best alternatives
for creating a webpage but examples like WIX or WORDPRESS are free
frameworks that allow you design and customize without spent your time
coding or imagining every tag or declaration.

Frequently Asked Questions


Do I need professional tools in order to create a website?

● You need a computer and a notepad


● It’s not necessary to have an internet connection for creating one

Can I create my one website?

● Everyone can create a website if understand the basic concepts


● You can improve different skills when you work in a website

You might also like