answersLogoWhite

0

The simplest way is by using a horizontal rule. That element looks like this:


In XHTML, that tag will follow the empty tag pattern, so


instead. In HTML 4 and HTML 5, the above code is perfectly correct.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What does HTML page mean?

A HTML page is a web page that is created using Hyper Text Markup Language and is saved with a .html extension


What are ten tag found in HTML?

Ten tags are: <html> Opens and closes all HTML pages. <title> Tells what the title of the page is. The title of this page is WikiAnswers - What are ten tag found in HTML <body> Encloses what you see on a web page. <br> Goes to the next line. <p> Skips a line. <hr> Creates a line across the page. <img> Inserts an image. <frame> Puts two or more pages into one window. <a> Creates a hyperlink. <b> Makes text bold.


How do you create our own page by using HTML page structure?

You can create your HTML page easily by using tags. Tags are the elements by writing them, you can create your views.


How do you make a register page in HTML?

You can easily make a register page in HTML using the <form> attribute. The form will contain the registration details.


What does edit HTML mean?

It means to change the HTML. Webpages are created using HTML. To change the page, you need to edit the HTML. So people open the source code of the HTML and change it and then upload the new version of the page.


What is the break element in HTML?

The break element is <br>. You would use this to make a new line when making a page in HTML. This can be used anywhere in HTML.


How can you chat on a webpage HTML?

HTML is just for designing the look and format of the page. To make the page actually do things, like running a chat page, takes programming. HTML is not a programming language so just using HTML you cannot create a fully functional chat page. You need HTML and a programming language working together to do that.


How do you create homepage or web page from event in table format using HTML?

Homepage can be created using HTML or various other languages. <table> can be used to create tabular format in HTML.


How do you design a website using HTML?

You can design a HTML page using proper markup tags. Applying tags at proper places can give you appropriate results.


How do you convert an image into an HTML page?

you don't actually make an image into a page you need to save it as a .jpeg or .gif image and then use it in an HTML document such as a Word document saved as an HTML page, or using a web design program like Dreamweaver for instance using the jpeg as a background or a gif as a web site button


What is an HTML source?

HTML source simply refers to the markup language that makes up a web page. You can view the HTML source for this page by using your browser's "View Source" or "View Source Code" menu option.


What tags can you use to define page layout?

HTML Layouts - Using ElementsHTML Layouts - Using Tables