answersLogoWhite

0

1 sided:

<meta />

<img />

<input />

2 sided:

<p>

<b>

<font>

<style>

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How are html elemnts catagorizes?

HTML elements are categorized as tags. Open end tags and close ended tags are the major classification categories.


What are self-closing tags in HTML?

Self-closing tags are tags that don't have a "" to close it.These tags include:imginputbrareabasecolembedkeygenlinkmetaparamsourcetrackand wbr


In HTML double sided tags what distinguishes the ending tag from the beginning tag?

PR


What is HTML tag must be use in the web page?

Each HTML website must use this pattern:// your head tags here// your content here: text and tags


What are two-sided tags?

A two-sided tag is one that has an opening tag and a closing tag, such as &lt;a&gt; and &lt;/a&gt;. This is in contrast to other tags, like &lt;br&gt; and &lt;img&gt;, which do not need closing tags.


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 the same as HTML strict and what is a HTML frameset declaration?

Yes, XHTML is just the stricter form of HTML. It means that you have to close all the tags that you have opened.


What do you type in to use HTML tags?

Notepad / wordpad. open and close all tags, or the coding may go awry. &lt;opentag&gt; &lt;/endtag&gt;


Which HTML tags do you close out at the very end?

The very last tag should be the closing HTML tag. It would be done like this: &lt;/html&gt; Before that you would normally close the Body tag, like this: &lt;/body&gt;


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 four basic tags needed for every single webpage?

These are the Basic Eight: &lt;html&gt; &lt;head&gt; &lt;title&gt; Data Value &lt;/title&gt; &lt;body&gt; &lt;/body&gt; &lt;/html&gt; A good site to check out would be http://www.htmlcodetutorial.com


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.