answersLogoWhite

0

Sorry I tried to answer ur q, then I realized i messed up, I went back and tried to edit it, it thought my HTML code was for it to read, and not you. but if you want me to discuss the topic with you, I might be able to do that in email. if u want to discuss the subject with me, leave me a message on wiki answers.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

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 can you design a webpage using HTML since you are a begginer?

If you want to write the HTML code yourself, you'll have to take a tutorial. There are plenty tutorials available online.


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.


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?


What are the tools in webpage design?

For designing a web page you must know HTML. You must also have a proper IDE to run the code.


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 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>


Are Hyperlink not allowed in HTML files?

I'm not entirely sure what you mean because the hyperlink code itself is HTML. It will fit in an HTML webpage by using something like the code below; <a href="www.example.com" target="Blank">Your Web Page</a>