answersLogoWhite

0

<center> tag can be used for centering a list. This has been depreciated in the latest versions.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the basic code for creating a webpage?

HTML?


What are the things needed before creating an HTML document?

A simple text editor, like Notepad, a knowledge of HTML and an idea of what you actually want to create. Then you'll need a browser to view your webpage.


How do you publish a webpage made of HTML codes?

it is very simple only you have to do is after writing html codes save the file with the extension .html example=web.html


How do you create new different webpage?

You can create a new web page by creating a new HTML file. Each HTML corresponds to a web page.


What is a HTML webpage?

A HTML Webpage is a page created on HTML. It runs on browser and co-ordinates with web.


Significance of HTML in creating webpage?

The standard software language allows anyone to create a package that can read the software.


What is the uses of cascading style sheets?

to aide html and other programs when creating the layout and color scheme of a webpage


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 is the code of HTML of webpage?

HTML in a webpage is the basis of formation of it. It uses tags to define it's usage.


How will you embed images in HTML page?

Embedding images is very simple task in HTML. Images make a webpage very creative and thus can be embedded by &lt;img&gt; tag.


How do you add HTML code into a webpage?

HTML codes could be easily added to a webpage for the functionality. Dynamic web pages can made with HTML only.


What is basic HTML code?

Below is an example of a very basic webpage: &lt;html&gt; &lt;head&gt; &lt;title&gt;My First Webpage&lt;/title&gt; &lt;/head&gt; &lt;body bgcolor="yellow"&gt; &lt;p&gt;This is a yellow webpage&lt;/p&gt; &lt;/body&gt; &lt;/html&gt;