answersLogoWhite

0

What does centre in HTML mean?

Updated: 10/25/2022
User Avatar

Wiki User

9y ago

Best Answer

Center used to be a tag that aligned text in the center of the window, but with the newest version of HTML (HTML5), the tag was deprecated (they got rid of it). It used to look like this:

<center>This text is centered!</center>

But now you should use CSS like so:

<p style="text-align:center;">This text is also centered!</p>

The new way changes no part of the appearance on the webpage. If you use the old one, you will run into some trouble.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does centre in HTML mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does align equals center mean in HTML?

It will centre the content of the tags that it is being used in.


What does the word core mean in math?

The centre. The centre. The centre. The centre.


What is an align attribute in HTML?

It allows you to align things, like text, to the left, right or centre.


How can you get the HTML code from a HTML document?

If you mean HTML website, just check the page source. If you mean a '.html' document, Right click and select Open With and select any text editor.


What is the extension of HTML and xml?

You mean the file extension, right? HTML: .html or .htm XML: .xml


What does browser mean in HTML?

A "browser" is a program that can render/read HTML.


What does u in HTML mean?

&lt;u&gt; in HTML underlines the specified text.


What does the abbrieveation HTML mean?

HTML stands for "Hypertext Markup Language".


What do you mean by HTML header?

HTML header is placed on the top of a HTML page. It is wrapped inside the &lt;head&gt; element.


What does h1 in HTML stand for?

Heading 1 For example, this would mean that HOME is the first heading in HTML. &lt;html&gt; &lt;body&gt; &lt;h1&gt; HOME &lt;/h1&gt; &lt;/body&gt; &lt;/html&gt;


How do you submit an HTML?

I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg &lt;HTML&gt; &lt;body&gt; This is my HTML page &lt;/body&gt; &lt;/HTML&gt; will simply show "This is my HTML page" on your web browser hope i helped


What does mean HTML documents?

HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.