answersLogoWhite

0


Best Answer

HTML tags are like containers for content. They tell how the content should be displayed. Tags in HTML should be enclosed with < and >. Most tags consist of an opening tab ie <HTML> and a closing tag ie </HTML>. The proper action is then taken concerning the content in between them. There are many tags that can be used, however very few are required. It is recommended that all HTML pages begin with the <HTML> tag, and end with the corresponding closing tag </HTML>. For example:

<HTML>

<head>

info here is for the browser, not displayed to the user

</head>

<body>

this is where the page content goes

</body>

</HTML>

I've found w3schools to be very helpful in learning HTML. A few other useful tags include: <form></form> (for making forms), <table></table> (for tables, with <tr> and <td> to make rows and columns respectively), <h1></h1> (the largest header), and <p></p> (a paragraph.)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are HTML tags what are the required HTML tags in creating webpages describe what these tags do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The Web's universal programming language for creating webpages?

HTML


What does HTML use to describe webpages?

It uses tags.


What Is the Web's universal programming language for creating webpages?

HTML - HyperTextMarkupLanguage


Need of HTML?

The need of HTML is to create fancy webpages. With HTML, novice users can create webpages as well.


What do you make with HTML?

Webpages.


Which language writes webpages?

HTML


What kind of files are webpages?

HTML files.


What is a synonym for webpages?

HTML files is one...


How webpages are create?

Webpages are created with the programming language HTML or Hyper-Text Markup Language. Creating a website from hand are as easy as opening Notepad and typing! Web pages are typically styled by CSS or Cascading Style Sheets. Without CSS, webpages are very box-like.


What is HTML and what does it do in webpages?

HTML is the structure of a webpage. HTML is the outdated version. The newest versions are html5 and xhtml.


What is the extension for webpages when they are saved as files?

.htm and .html


Why you need of HTML creating a website?

HTML or Hypertext Markup Language is a system used to display a page of content which includes text, colours, graphics and fonts. You need to use HTML because, all modern browsers are looking for that coding to display your webpages in a standard format.