answersLogoWhite

0


Best Answer

HTML doesn't use commands. It is a set of tags that are used to outline a webpage. Put in .html files, these tags are eventually read by Web Browsers and interpreted to display a webpage. Sample HTML File <html>

<head>

<title>My HTML Files</title>

</head>

<body>

This is body text.<br>

<b>This is bold text</b><br>

</body>

</html>

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

You always need to have an opening and a closing command. The opening command would be in angle brackets: . To close they would have a forwardslash just before: .

For example, if you want to make bold text, you would do this: bold

The word would appear as so: bold.

Here is a list of the most common HTML tags:

  • html, head, body - Structural tags for a normal web page.
  • b, i, u - Bold, Italic, Underline
  • a - 'Anchor', used for hyperlinks
  • img - Image
  • br - Line Break (like pressing enter)
  • p - Paragraph
  • h1-6 - Heading (six levels)
This answer is:
User Avatar

User Avatar

Wiki User

11y ago

1.<p> use to start a new paragraph

2.<br> it is used to start a new teat line

3.<h1> bigget size. it is for main title

4.<h2> second biggest size. for chapter title

5.<h3> third biggest size. for subheading

6.<i> use to italic text

7.<u> use to underline text

8.<center> use to center text

9.<b> use to bold a text

10.<del> use to delete text

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

  • This is called a DOCTYPE Declaration tells browsers how to interpret your coding.
  • Most new webmasters should use Transitional DocType (instead of the one above) which is written as:


  • This tells the browser, "Now, open my webpage." It also needs a matching closing tag at the end of the page.

  • This is a special space where you can use META Tags.
  • If you use a Favicon, its tag goes first here.
  • Then, you put META Tags each on its own line.
  • META is the info Browsers need to understand your page.
  • Some examples are Title, Description, content charset, content language, keywords, author, copyright, etc.
  • Search Google for a list of META tags you can use.



My Home Page

  • The first META needs to be title.
  • This tells what is on this page.
  • For example: 20 Things to know about making a Webpage
  • For example: John Smith's List of Important Cities to visit.

  • The 'head' is also where you put styles for in-page styles, like font size and background color.

  • Every opening tag, like Head, needs a "closed" tag which begins with /
  • /head tells the browser "We are done with the directions and browser information for the beginning of this page."

  • Body is where all your words and images go.
  • A good webpage should not be too long.
  • Open body will need a close body

HELLO WORLD!
  • This is your text, image, lists, etc.


  • This tells the browser, "I am done putting all my words, images, lists, etc.; Please close the body."

  • This is a closing tag for HTML.
  • Every page must have an open HTML and a close /HTML
  • Without this tag, browsers won't know "The web master is done."
  • Without this tag. your entire page may get mixed up. Browsers won't understand where things should go.

--

Lastly, always use W3 Validator. The validator checks your coding. It points out errors. It can be difficult to understand, at first, but the more you use it, your pages will improve because you will see your errors and gain experience in correcting them.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

<font color="" size=""><b><i><u> etc.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The purpose of HTML commands is to create a web page. These commands help in making a page interactive.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

HTML is a common language for constructing apps on web. It uses tags like head, div, span etc.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are some examples of HTML tags?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why HTML is known as markup language because it uses marking tags like?

HTML is called markup language because it uses Markup Tags. Some examples of tags are &lt;p&gt;, &lt;head&gt;, &lt;body&gt; etc.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What are the different kinds of HTML tags attribute?

HTML is a markup language, thus has a number of tags. Some very common tags are &lt;p&gt;,&lt;a&gt;&lt;body&gt; etc.


What are the various HTML tags?

There are a large number of tags in HTML. Some of them are: &lt;style&gt;,&lt;script&gt;,&lt;p&gt;,&lt;img&gt;,&lt;audio&gt;,&lt;span&gt; etc.


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "&lt;&gt;". Each HTML tags has the following attributes and operations.


How HTML tags needed to create a basic webpage?

HTML tags can be made to create a basic webpage. The basic tags with some text can make a webpage in basic format.


How do you build a website with HTML?

You can build a website by HTML using it's predefined tags. Head, Body, A, P etc are some of the tags that can be used.


What are the most 10 common tags in HTML?

There are many tags which can be used to some extent. Main 10 tags are:Head Body Title HTML Meta Script Link Span a p.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.