answersLogoWhite

0


Best Answer

HTML Code looks like the following:

<HTML>

<HEAD>

<TITLE> Page Title Goes Here</TITLE>

</HEAD>

<BODY BGCOLOR="FFFFFF" TEXT="000000">

Your webpage content goes here, which is everything you see on the webpage pretty much.

</BODY>

</HTML>

The tags don't all have to be capitalized but it separates them from the other stuff ou have in the HTML document.

User Avatar

Wiki User

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

Wiki User

13y ago

This is html


http://wiki.answers.com">This is a link to Wiki Answers

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

HTML stands for HyperText Markup Language.

HTML Code example:

My Web Page

This is a yellow webpage.

Did you notice the difference between the two tags above? If not, one has a "/" before the letters. This forward-slash ends the tag. For example, the first tag () opens the tag and the next tag (/HTML) closes the HTML tag (the same applies to the other examples listed below).

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

HTML is used on the majority of web pages posted on the internet such as Google or even Answers.com! HTML basically forms the skeletal layout of most web pages.

Here are some examples:

<html>---------beginning HTML tag

<head>--------opening head tag (usually where JavaScript goes)

<title>Sample</title>--this is the title of your web page that shows up in the browser

</head>-------closing head tag

<body>--------Opening body tag where the text goes

sample sample sample

sample sample sample

</body>

</html>--------ending HTML tag

This is a basic HTML layout and probably how your first HTML page will look

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Example of HTML tags and their definition?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the tags in HTML surronded by?

HTML tags are put between &lt;&gt;. Example: &lt;FONT size="2"&gt;


HTML contains 2 tags what are they?

HTML contains many more than 2 tags. Most tags come in a set of 1 opening and 1 closing tag. For example, &lt;html&gt; and &lt;/html&gt;.


What are stand alone tags in HTML?

They would be tags that do not have closing tags. &lt;br&gt; would be an example. &lt;hr&gt; would be another example.


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.


Is xHTML is the successor to HTML?

No, XHTML is a parallel language to HTML. XHTML is a XML language definition where tags have similar meanings to corresponding HTML tags. A crude analogy would be that XHTML and HTML are half-brothers; Lot's of similarities but also distinct differences. The successor of HTML is HTML5, the successor of XHMTL is XHTML5.


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

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


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 do Superscript in Dreamweaver?

You can use the &lt;sup&gt; HTML tags in Dreamweaver code view on HTML pages. Example: &lt;sup&gt;This is a test&lt;/sup&gt;


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.


What are and used for in HTML?

HTML uses tags for its complete functionality. These tags are defined to do a certain work.