You need to establish a connection from the DB to HTML. For that you need the specific Jar of that DB.
Your order is incorrect. The database exists and is populated with the data wanted on the page, Java extracts the data needed from the database and renders the page in the necessary HTML for the browser to view. You could see a JSP reference in the address for Jave Server Page or not.
To view the HTML of a web page right click your mouse on the page, and select View Source.
It depends on the browser, but most of the time, you view the HTML markup by right-clicking the page and clicking "View source" or "View page 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.
Every website would have a different HTML code. You can right click on the page body and choose "View Source" to view the HTML source of that web page.
If you want to view the HTML code on any website, you can easily do the following:Navigate to the page you wish to view.On Internet Explorer, click view -> source.On Fire Fox, click view -> page source.A page should pop up on your screen with the raw HTML code on it.
In viewing a web page, a code view is the raw HTML code instead of the resulting web page.
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.
To view the HTML of ant webpage you can rignt click on the page and click view source or you can click on View and then Source in the Top Menu. Rebelsk8er3
To see the HTML code from a web page, you have several options:Save the web page and open it in a program capable of editing HTML like Dreamweaver, FrontPage or MS Word, then view the document in code mode.Save the web page as a text document and it will only contain the code.Your browser may have the option to "view page source". Select this option and the code will display in the browser.
go to any website and go page - view source
In Firefox 3, it is View > Page Source.