answersLogoWhite

0

Right-click a blank area and go View Source.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the HTML code for bullets for a webpage?

Code Example:ThisisalistThisisalist


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.


What allows us to see the html code as a webpage?

The browser is used to parse an HTML file and return a visual representation of the code as a webpage.


What code is a webpage typically written in?

HTML.


What is the basic code for creating a webpage?

HTML?


How do you evaluate the design of a webpage?

You can evaluate the design of a webpage by it's HTML code. HTML provides all the designing of the page.


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 the HTML code for search engine?

You cannot create a search engine with HTML. It is not a programming language. It is just for displaying and formatting things on a webpage. To create a search engine you would need a programming language.


What is basic HTML code?

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


What is a website HTML code?

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.


How do you navigate to other page in webpage while writing code in HTML?

You can easily navigate to other page in webpage while writing code in HTML. It is done by using <a> tag before the element.


Why is markup language required to form a webpage?

HTML is the language used to send information to a browser about how to display a webpage. The browser interprets HTML code to determine how and where to display the document content.