answersLogoWhite

0


Best Answer

2-3 tags including the main HTML, BODY and HEAD tag can be used. They can make a fairly simple web page.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many HTML tags should be used for a simple web pages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How are HTML documents and webpages related?

HTML is a language that is used to create web pages. A HTML document is a web page in effect. It is the browser that opens a HTML document and displays it as a web page.


What is the language used for creating webpages?

Web pages are written in HTML, which stands for HyperText Markup Language.The opening part of a web address is usually HTTP... which stands for HyperText Transfer Protocol, and many web pages addresses end in .htm..... which indicates that the page is a hypertext page.


How many html tags should be used for the simple webpages?

It depends on the person's consumption that how much tags to be used. A simple page might contain 4-5 tags only.


Html vs traditional programming language?

HTML is not a programming language so it is very different to programming languages. HTML is really just for formatting text and laying out pages, what we call marking up a page. So it is a Markup Language. It can't really do anything interactive with you. Web pages that can do things normally have programming code built into them, with languages like Javascript. HTML can't even do simple things like calculations. Calculations are fundamental to programming languages, as are many other things like: making decisions, repeating instructions, storing data, processing data, and many other things. HTML can't do any of those things. HTML borrows some things from programming, like the facility to use comments, encouraging people to lay out their code properly and the use of simple English-like commands. If people have learned how to use HTML, it is still a big step up to grasp the concepts of programming. There are also very many programming languages, many of them specialising in doing certain kinds of jobs. Many are very complicated and technical and can be quite cryptic, making them hard to learn. They can also be very strict in how you have to do things, and even simple errors can stop your program working. Programming can be very frustrating because of that. You need to learn and understand a lot more things to write programs than you need for creating HTML pages. HTML is a lot less complicated. You can even make some basic mistakes and your page will still work. HTML can be learned very simply and quickly. It is very easy to show someone how to create a simple web page with HTML. So there is a very big difference between HTML and programming languages.


What kind of document is a text file that contains the webpage content?

Web pages obviously have links to other pages, but many types of documents support links to other pages. You can put them into many Microsoft applications for example. The links themselves are referred to as hyperlinks.

Related questions

How are HTML documents and webpages related?

HTML is a language that is used to create web pages. A HTML document is a web page in effect. It is the browser that opens a HTML document and displays it as a web page.


How many pages does As Simple as Snow have?

As Simple as Snow has 320 pages.


How many pages does The Mirror of Simple Souls have?

The Mirror of Simple Souls has 303 pages.


Where is HTML used?

Html is used all over the web. It is the basic webpage format. Look in the address bar, for many pages it will end in html.


How many pages does The Simple Solution to Rubik's Cube have?

The Simple Solution to Rubik's Cube has 64 pages.


Why do you use HTMl as the file extension for webpages?

Web pages use the .html file name extension because a web pages' content is defined by HTML, wich stsnds for hyper text markup language. HTML is not difficult to learn if you are interested and the internet has many good sources.


How is HMTL used?

Html is used to create simple web pages. Any simple website that isn't to fancy is probably done with html. Html is used because it is really easy to use, it has a simple code language and can do simple tasks without writing pages of code to do something simple. HTML= Simple :). If you get into complicated web pages I recommend you learn a code language like Java or C++. Java and C++ are not only used for web pages, but everything else that is code-able. I play this game called Minecraft and have coded my own additions to the game like many others. People can , and have made money off of adding stuff to this game.If you are looking to manage, edit, and post web pages in the blink of an eye I recommend you get a Web Page Editor. These programs let you edit the webpage with out coding anything. Imagine something like paint ( the commonly used picture editing program), but more sophisticated and made for webpage editing. It changes the code when you put a box around info (for example). They are really handy for changing websites quickly.


What is the language used for creating webpages?

Web pages are written in HTML, which stands for HyperText Markup Language.The opening part of a web address is usually HTTP... which stands for HyperText Transfer Protocol, and many web pages addresses end in .htm..... which indicates that the page is a hypertext page.


How many html tags should be used for the simple webpages?

It depends on the person's consumption that how much tags to be used. A simple page might contain 4-5 tags only.


Html vs traditional programming language?

HTML is not a programming language so it is very different to programming languages. HTML is really just for formatting text and laying out pages, what we call marking up a page. So it is a Markup Language. It can't really do anything interactive with you. Web pages that can do things normally have programming code built into them, with languages like Javascript. HTML can't even do simple things like calculations. Calculations are fundamental to programming languages, as are many other things like: making decisions, repeating instructions, storing data, processing data, and many other things. HTML can't do any of those things. HTML borrows some things from programming, like the facility to use comments, encouraging people to lay out their code properly and the use of simple English-like commands. If people have learned how to use HTML, it is still a big step up to grasp the concepts of programming. There are also very many programming languages, many of them specialising in doing certain kinds of jobs. Many are very complicated and technical and can be quite cryptic, making them hard to learn. They can also be very strict in how you have to do things, and even simple errors can stop your program working. Programming can be very frustrating because of that. You need to learn and understand a lot more things to write programs than you need for creating HTML pages. HTML is a lot less complicated. You can even make some basic mistakes and your page will still work. HTML can be learned very simply and quickly. It is very easy to show someone how to create a simple web page with HTML. So there is a very big difference between HTML and programming languages.


From where you can learn HTML free please tell?

Learning HTML is very easy and there are many tutorials on YouTube. You can also check out W3Schools.com. See the Related Links for links to these pages.


How do you make an HTML email?

Many programs have the option to compose and/or send email as "text" or "html". When composing an email in HTML, it is important to remember that software and browser based email programs will display the message very differently so it is best to keep the HTML very, very simple (tables) and any styles you use should be inline (CSS).