answersLogoWhite

0

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

13y ago

What else can I help you with?

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.


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;


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.


What are HTML translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.