answersLogoWhite

0


Best Answer

Html istself cannot be used to do things like go back to the previous page or go to the next page. Html is simply a markup language, languages that are used to describe information through the use of text that is applied to the document. In order to, make html do such things, a scripting language is used. This can be embedded into html.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you go previous page in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the syntax to call a jsp page from HTML button?

There are several ways to use an HTML button to go to a web page. You can keep it simple. This example uses "page.jsp" in the same directory as your HTML page for your target location. You can use the following code:


How do you open a directory in HTML?

go to any website and go page - view source


What is the function of the HTML in wed page?

The function of HTML is to create a layout in Web page. It constructs the design of the page smoothly.


Is HTML a url?

HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.


How do you access HTML?

You don't access HTML as such. You code it and run it. Open Notepad. Type in <html>hello</html>. Go to save, change the type to all. Name your page index.htm somewhere on your computer. Save it. Now go to the location and click on the webpage. You've just 'accessed' and coded HTML.

Related questions

How do you disable HTML on Howrse?

go to your page and click disable HTML


What is the syntax to call a jsp page from HTML button?

There are several ways to use an HTML button to go to a web page. You can keep it simple. This example uses "page.jsp" in the same directory as your HTML page for your target location. You can use the following code:


How do you open a directory in HTML?

go to any website and go page - view source


How do you create a static page in HTML?

A static page can be easily created in HTML page. It just needs the static tags defined in HTML.


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


Is there an HTML code that is on one page and has one link that will go to a different page based on the link you clicked on?

yes


Why won't my page on Howrse show up?

Go to profile > modify > HTML mode > save, and refresh the page.


What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.


Hoew to conect one page to another page in aspnet code?

page1.aspx page2.aspx page3.aspx Inside the <head> of page1.aspx you would put HTML Code: <link rel="next" href="page2.aspx"> , inside the <head> of page2.aspx you would put HTML Code: <link rel="next" href="page3.aspx"> and HTML Code: <link rel="previous" href="page1.aspx"> and in page3.html you would put HTML Code: <link rel="previous" href="page2.aspx">


Is it compulsory to write HTML tag in HTML file?

Yes. It tells the browser that it is a html page. A page should start and finish with a pair of html tags.


What is the function of the HTML in wed page?

The function of HTML is to create a layout in Web page. It constructs the design of the page smoothly.


What is behind a webpage?

Behind the Web Page is the HTML. The HTML is a language for the browser to read, and instructs the browser in how to display the page. If you want to see the HTML, right click on the page. A box will open, then select view source. A window will then open with the HTML for that page.