Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics

Search results


Displaying 50 results per page

 << Top < Previous 1 2 3 4 5 6 7 8 9 10 Next >  

Is there a way to get syntax colouring in HTML for HTML code inside a text area?

For Syntax coloring you can use HTML Editors such as : Arachnophilia BBEdit BlueFish Coda E Text Editor Eclipse with the Web...

In: HTML | JavaScript | CSS Cascading Style Sheets

This level is called the idiot test the basic requirement is that you should know html if you don't know the answer don't go begging for it instead go and learn html first?

I assume you're talking about a site such as http://www.hackthissite.org, you should right click and view the source code, you...

In: HTML

Because HTML you can create and view HTML files on any type of computer?

an HTML-File is an normaly textfile (like .txt), so you can open it everywhere. To Display, you need in every Case a Browser, and...

In: HTML

What HTML tag creates a horizontal line on the HTML page?

<HR> The tag <hr> creates a Horizontal line, 100% the size of the cell or page. You can change the properties of the...

In: HTML

What is the html code for img replacement on hover no js just css and html?

<html> <head> <link href="style.css" rel="stylesheet" type="text/css"...

In: HTML | CSS Cascading Style Sheets

Is there a difference in MP3 HTML for desk and MP HTML for an Internet upload?

MP3 is embedded in the web page and is MPEG level 3, an encoded standard for audio files.

In: HTML

What is doctype html public -w3cdtd html 4.01 transitionalen httpwwww3orgtrhtml4loosedtd?

This is the Document Type Definition that should be the beginning of any HTML document. Generally, there is Transitional,...

In: HTML

What is the semantic difference between HTML tag and HTML text?

HTML text is formatted text that you view on a HTML formatted page, a HTML tag is a tag which defines the formatting of a...

In: HTML

How does dynamic html relate to HTML and CSS?

There is no such thing as Dynamic HTML. However, you can dynamicly display HTML with the use of some dynamic languages - like...

In: HTML

What is the difference between static html dynamic html?

Static HTML is rendered once in the browser and never changed. Dynamic HTML (DHTML) may change as a result of conditions in a...

In: HTML

Think of a way to explain how HTML tags work to people who have never created a web page before in their lives how can you explain how HTML works to a novice?

I have taught HTML to several people, each time I have said that HTML is a kind of robot which creates web pages. I then go on to...

In: HTML

Why does the new Gmail open in HTML View rather than standard view for me I Dont have basic HTML as my default option and my internet is fast enough to load it as its 512k?

When you log in to Google using your own account there are times that it took longer for the page to download comepletely. For...

In: HTML

How do you get a whole HTML address when you only have part of an HTML?

All HTML addresses have "http://" in front of them and ".[domain]" after them, just type in the missing parts :)

In: HTML

How can you get the html code from a html document?

If you mean HTML website, just check the page source. If you mean a '.html' document, Right click and select Open With and...

In: HTML

How can you take data from a Java page to a HTML page simultaneously to the database and print that HTML file?

Your order is incorrect. The database exists and is populated with the data wanted on the page, Java extracts the data needed...

In: HTML

What is the differences between ms word html files and ms frontpage html files capabilities?

ms word can help creating html pages, it is efficient but ms frontpage is mainly developed for only creating web pages so...

In: HTML

Colors in html are specified as three two-digit hexadecinal numbers how many different colors can be specified in html?

This is a homework question, so I won't answer it directly. But a two-digit hexadecimal number can have 256 different values -...

In: HTML

How do you call a template HTML file to another HTML file?

The best way is to use Server Side Includes. Your hosting provider must support this feature (most do) but there are a couple of...

In: HTML

Why you save the file as html and why dont you save as dhtml for both html and dhtml files?

Though they are standards XHTML and DHTML both save as HTML or HTM files. It is a browser thing. Newer browsers will save the...

In: HTML

Html pull down menu example for month day and year I would like to get an example on how to write month day and year in html form?

<select name="month" id="month"> <option value="1" <?PHP if($month==1) echo "selected";?>>Jan

In: HTML

How do you insert a html text box in a flash website how to insert html text box code in empty text box?

The textarea tag is a part of the form tag and is contained within that and the fieldset tags. A textbox is produced by an inline...

In: HTML

Give four tips for a good html code what are the four tips for a good html code?

make sure that: 1. it is cross-browser friendly.2. it can work on the following : iphone , psp(possibly not) pc and mac (dual...

In: HTML

How is C different from html?

Where should I start!!!! C is a programming language. Html is a Markup language. C is a general-purpose programming language,...

In: HTML

What is HTML?

HTML stands for Hypertext Markup Language. It is a document format that structures text and data on the Internet using elements....

In: HTML

What is HTML and why is it used?

HTML = Hypertext Markup Language It is used to make web pages. The browser reads the HTML markup, and creates the page you see...

In: HTML | JavaScript

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

In: HTML

Where does html come from?

You should be more specific. If you mean the name then HTML means Hyper Text Markup Language (HTML)

In: HTML

Why is HTML useful?

HTML is one of the main languages used for web design. It is an acronym for Hyper Text Markup Language. It is useful for bringing...

In: HTML

How do you use of html?

HTML is the most easy to use and learn language there is. All you need is a web browser like Firefox (my favorite) or Internet...

In: HTML

When was HTML first used?

HTML was created in the 1980's, but its graphic interface MOSAIC was created in 1992.. so in 1992...probably.. :)

In: HTML

What do you mean by HTML?

HTML is an acronym for Hyper-Text Markup Language. HTML is the most commonly used computer language for creating/coding a Web...

In: HTML

What you can use html for?

Displaying information, run by a browser on a screen. HTML is client side scripting and when scripting in html you are telling...

In: HTML

How do you html?

HTML (Hyper Text Markup Language) is basically the hard way to make a website. Software such as Microsoft Publisher can create...

In: HTML

Where is html?

HTML is used for everything on the web. It's the language that browsers use to read information on formatting for pages on the...

In: HTML

What can HTML do?

HTML (hyper text markup language) is a type of coding that most websites are made out of. To make it easier to use, an html file...

In: HTML

What does the HTML mean?

Hyper Text Markup Language

In: HTML

What is a html used for?

Hyper Text Markup Language - HTML is use to create a web page. It is a written language inserted into a web document instructing...

In: HTML

Where did HTML come from?

Tim Berners-Lee developed HTML at CERN using SGML.

In: HTML

How do you use HTML?

There are many sites which teach you HTML, Google it

In: HTML

What are the HTML?

It is a hyper text markup language for connecting web pages on the web sites. now a days xml is used 4 creating web pages or also...

In: HTML

How do you use a html?

http://www.w3schools.com/HTML/

In: HTML

What is an example of HTML?

A simple example of html would be <Html> <head> <title>A simple example of...

In: HTML

What is the h in html?

HTML stands for Hyper Text Markup Language

In: HTML

What is an HTML used for?

HTML is the base code for websites. You can view any website in it's source code by Menu--> View --> page source or veiw as...

In: HTML

Why do you use HTML?

Hyper-Text Markup Language is the most commonly-used method of displaying/viewing information over the internet. Since its...

In: HTML

 << Top < Previous 1 2 3 4 5 6 7 8 9 10 Next >