answersLogoWhite

0

When talking about HTML what displays in blue?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

An unvisited link, which is a link that has not yet been clicked on.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When talking about HTML what displays in blue?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What Interpets HTML and displays webpages?

HTML code is interpreted by a WWW server. Most popular are Apache, IIS and nginx.


What is the software needed to read HTML?

A browser reads HTML and displays it as a web page. You can read and edit HTML using a simple program like Windows Notepad.


How are HTML documents and webpages related?

HTML is a language that is used to create web pages. A HTML document is a web page in effect. It is the browser that opens a HTML document and displays it as a web page.


What HTML does and doesn't do?

HTML displays your website. Utilizing AJAX HTML can now be dynamic (pull information from another source I.E. an outside file or website). HTML cannot run database driven applications such as forums, blogs, login scripts etc.


Why HTML doesn't need a compiler to run?

They are not programming languages and do not create programs, so they don't need a compiler. A browser opens a web page and reads the HTML or XHTML and displays it, more like an interpreter would.


Which tag will put informatin in the top blue bar of your web page?

It the top blue bar is the header of the browser you are using to view the website in question, then the HTML tag that displays text in that area is the Title tag.It goes inside the Head tag within your HTML code and its syntax is as follows: [this is the text within the browser header] [page content here]I hope this helped.Answered by EZMAIA Web Design


Which HTML escape character sequences displays a space?

You can use " " (Without double quotes)


What is the HTML code for creating a level 4 heading that displays the text Heading 4?

<h4>Heading 4</h4>


What is the role of HTML in webpage structure?

HTML is the program language that actually displays the content on a page and without it or an alternative, such as php, nothing would display on the page.


How do you make a pound symbol on HTML?

You hold down shift and then press 3, if this is what you are talking about: #


What is detailview in asp.net?

The DetailsView control in ASP.Net is used to create an HTML table that displays the contents of a single database record. It is data bound control.


What software is a htm file?

It is a web page file, stored as text. A browser reads the text in the file, which is html code, and displays it as a web page.