HTML
Hypertext Markup Language, or HTML for short, is a programming language most commonly used to develop websites and offline applications, such as manuals. Though the initial intent of the language was to exchange information from a small network of computers, it is now most often used to share information and allow engagement in online activities throughout a network with an increasing number of host computers. Questions about the development of applications and pages through HTML belong in this category.
Total questions 8400
ID1001459008
removed What are tags or elements in HTML from HTML 26 May 2012 08:08
Ajseidl [9]
wrote the first answer to HTML is used for 24 May 2012 20:57
Ajseidl [9]
wrote the first answer to Can HTML be used on the intranet 24 May 2012 20:55
Ajseidl [9]
wrote the first answer to Which part of the html document would you find your style 24 May 2012 20:53
You can use some basic HTML in the body of an answer. For example, you can use B for bold and the UL/LI tags for lists. To add a...
Popularity: 225 • Tools: Recategorize
That would be very complicated to write yourself. Use a prewritten...
Popularity: 153 • Tools: Recategorize
it think the versions are HTML 1.0 HTML 2.0 HTML 3.0 HTML 3.2 HTML 4.01 xhtml 1.0 and now HTML 5 The different versions...
Popularity: 135 • Tools: Recategorize
The main content of a web page normally resides between the <body> and </body> HTML tags.
Popularity: 131 • Tools: Recategorize
Technically it should be included, but many browsers assume its existence if it isn't there. (if i recall correctly)
Popularity: 119 • Tools: Recategorize
HTML Code for Images[image_source] src is short for 'source.' If your image was in a directory called 'images' with a filename of...
Popularity: 108 • Tools: Recategorize
Popularity: 107 • Tools: Recategorize • Needs Answer
You can find the website address in the Related Links section, below.
Popularity: 101 • Tools: Recategorize
<h2> is a Heading and is the second biggest heading. An <a> is an Anchor or a link. The H2 tag is used to display...
Popularity: 97 • Tools: Recategorize
AnswerA hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section...
Popularity: 86 • Tools: Recategorize
x=10; y=10; if (x >= 10 || y >= 10) { //dostuff } OR: || AND: && greater than: > greater than or equals...
Popularity: 80 • Tools: Recategorize
it is a dynamic HTML. .The pages of the site do not require any special processing from the server side before they go to the...
Popularity: 74 • Tools: Recategorize
Reposting images on other websites and putting them onto your website is a violation of Copyright Laws. In short, Copyright Laws...
Popularity: 73 • Tools: Recategorize
In JavaScript the validation is done client side, which means it can be easily bypassed by turning JavaScript off in your...
Popularity: 71 • Tools: Recategorize
You can use: require('filename.extension'); Or: include('filename.extension');
Popularity: 71 • Tools: Recategorize
AnswerWhat are the requirements of a file to be HTML file, just it has to be able to view the file in web browser. SO, probably...
Popularity: 67 • Tools: Recategorize
AnswerUse the HTML character entity ™ (preferred) or the character decimal code ™ or the character hex code...
Popularity: 56 • Tools: Recategorize
Stateless, by default. HTML's parent protocol, HTTP, is a idempotent, stateless protocol. However, we have means using...
Popularity: 53 • Tools: Recategorize
we dont now.theres alot of peoople in this world we are not gonna count that much people.maybe scientist will.we do not have time...
Popularity: 53 • Tools: Recategorize
0.536 notation decimal
Popularity: 50 • Tools: Recategorize
You put it in the same way you would put any other HTML codes in. If you want to learn HTML you can visit one of the websites in...
Popularity: 48 • Tools: Recategorize
So many ways. You can just dynamically generate the page and the file name using any of the programming language such as PHP, ASP.
Popularity: 47 • Tools: Recategorize
Here's an example of text aligned centrally.<body lang=EN-US style='tab-interval:36.0pt'><div class=Section1><p...
Popularity: 46 • Tools: Recategorize
HTML consists of many types of elements.
Popularity: 44 • Tools: Recategorize
There is no such thing as a PHP form. Forms are written in HTML or other client side scripting languages.
Popularity: 42 • Tools: Recategorize
There doesn't seem to be an official definition but a singular tag is a tag that is not used as a pair of tags. XHTML validating...
Popularity: 41 • Tools: Recategorize
For the simple reason that noone could be bothered mainly. Maybe you could build a C compatible browser.
Popularity: 41 • Tools: Recategorize
I believe Dreamweaver MX can do this.
Popularity: 40 • Tools: Recategorize
the answer is Hyper Text Markup Languagegud luck whoever wants to no it
Popularity: 37 • Tools: Recategorize
<body background="drkrainbow.gif"> or body { background: url("http://yoursite.com/images/image_name.gif") 50% 50%...
Popularity: 37 • Tools: Recategorize
the function of xml tags is to display to web browser kind of applications, such as html, but with tags which one you wanna to...
Popularity: 37 • Tools: Recategorize
<background>yellow</background>
Popularity: 37 • Tools: Recategorize
First, make sure the picture you're using is actually on the Internet (deviantART is best for this). Then right-click it, click...
Popularity: 37 • Tools: Recategorize
HTML stands for "Hyper Text Markup Language".
Popularity: 36 • Tools: Recategorize
JPG and JPEG images are the same, you are not converting file type, you are only changing the extension. You can do this with...
Popularity: 36 • Tools: Recategorize
Apache`s Tomcat is an integrated web server. It si used for hoisting web sites with support for servlets, jsps and other...
Popularity: 36 • Tools: Recategorize
haller?? think it logically!..^_^right click in the images in the HTML then save in your computer as jpeg actually if you save it...
Popularity: 35 • Tools: Recategorize
In definition, HTML is "Hyper Text Markup Language". This kind of language is use in a web-based application, also known as a...
Popularity: 35 • Tools: Recategorize
HyperText Markup Language. It means HyperText Markup Language It is used for creating web pages.
Popularity: 31 • Tools: Recategorize
A Div tag can be used for formatting a block of text, even if these texts are included within some other tag. one or more...
Popularity: 31 • Tools: Recategorize
the only way to submit a form directly from a link is with the GET method. The POST method will allow form submission only from...
Popularity: 31 • Tools: Recategorize
in the captions
Popularity: 31 • Tools: Recategorize
It means your HTML editor does not support elements that are positioned absolutely. Solution: Use another HTML editor.
Popularity: 30 • Tools: Recategorize
HTML tells the browser what to display. CSS (Cascading Style Sheets) tell the browser how to display it. HTML, an acronym...
Popularity: 30 • Tools: Recategorize
HTML (HyperText Mark-up Language), which is widely used for creating web pages on the internet. He also created the...
Popularity: 30 • Tools: Recategorize
Flash
Popularity: 29 • Tools: Recategorize
See if you have access rights to save documents to the PC. There is no specific restriction with respect to HTML documents and...
Popularity: 29 • Tools: Recategorize
There is 1 tag used in the HTML language because you only need on tag to make a website you don't need like 20 tags to make a...
Popularity: 29 • Tools: Recategorize
HTML (Hyper Text Markup Language) is a widely accepted web-design language. HTML is responsible for the construction, and the...
Popularity: 28 • Tools: Recategorize
www.funkychickens.com That's a great resource. They can help you with anything!
Popularity: 28 • Tools: Recategorize
Every HTML tag starts with a less-than sign, as shown below. <
Popularity: 28 • Tools: Recategorize
Worsted wool. The most widely used cloth in professional pool is a brand called Simonis. It comes in 2 "speeds", 760 and 860. The...
Popularity: 27 • Tools: Recategorize
It stands for HyperText Markup Language.
Popularity: 26 • Tools: Recategorize
HTML is most widely used to create web pages for the internet. HTML is the most basic programming language for web pages. It is...
Popularity: 26 • Tools: Recategorize
color
Popularity: 26 • Tools: Recategorize
Answeryes you can use any text editing software to make a HTML file. Just use the rules of HTML and save it as htm or HTML and...
Popularity: 25 • Tools: Recategorize
HTML: By using HTML we can create only static web pages of the site do not require any special processing from the server. ...
Popularity: 25 • Tools: Recategorize
http://half-wit4u.blogspot.com/2011/01/web-scraping-using-java-api.html
Popularity: 25 • Tools: Recategorize
Use the "action" attribute of a FORM element to specify the URI of the form processor.
Popularity: 25 • Tools: Recategorize
The web browser cannot tell whether the page information arriving at the browser comes from a PHP source or an HTML source. So if...
Popularity: 24 • Tools: Recategorize
Add the HTML <img> tag to the body of your webpage where you want it to be displayed: <img src="path/to/image.jpg"...
Popularity: 24 • Tools: Recategorize
body bgcolor="#E6E6FA"and close the entire tag in < and >.
Popularity: 24 • Tools: Recategorize
if you want change the font size you have to do [size=20]some text here[/size]
Popularity: 23 • Tools: Recategorize
<form method="post" name="nameform"> <select name="emmasmenu" size="1" style="background-color: #000000; BORDER-BOTTOM:...
Popularity: 22 • Tools: Recategorize
If you need to build a website the easy way with no knowledge on the subject at all visit easywebsitebuilders.synthasite and...
Popularity: 22 • Tools: Recategorize
AnswerIt is a LITTLE bit faster, coz the file with source code is smaller(doesn't contain characters marking the new line)....
Popularity: 22 • Tools: Recategorize
HTML Advantage: HTML is the base of a webpage. It is the language that truly "builds" the page with tables, divisions, and...
Popularity: 22 • Tools: Recategorize
What is a Custom Tag? The custom tag is a convention that allows you to have the container call the tag library life cycle event...
Popularity: 22 • Tools: Recategorize
Only if you are using it for private use. Unless, the text or graphics is of Public Domain. If not, is illegal.
Popularity: 22 • Tools: Recategorize
You add the following to your embed code: loop="true"<html><embed src="my_file.wav" hidden="true"...
Popularity: 21 • Tools: Recategorize
it means unordered list. it just makes the text bulleted.
Popularity: 21 • Tools: Recategorize
The best way is not to change it in the first place except withing a Span tag that defines a different font size than is defined...
Popularity: 21 • Tools: Recategorize
It's called Inline CSS. here is an an example:<span style='font-weight:bold; color:red'>Here is some...
Popularity: 21 • Tools: Recategorize
Basic Codes HTML =>As many people ask me the same question over and over again that how to make a home page, so I try to make...
Popularity: 20 • Tools: Recategorize
to start a new paragraph u use <p> then to end we use</P>
Popularity: 20 • Tools: Recategorize
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>10. hey tag,...
Popularity: 20 • Tools: Recategorize
The body tag: <body></body> what symbols are used to enclose HTML tags????^_^????
Popularity: 20 • Tools: Recategorize
You would need some type of flash authoring tool.I prefer Moyea Web Player -
Popularity: 20 • Tools: Recategorize
HTML is a markup language which allows you to define and place elements on a page, or Document Object Model (DOM). Of course,...
Popularity: 20 • Tools: Recategorize
SPAN STYLE in HTML is used to carry a certain style over blocks of code. This tag can get a little bit complicated for some...
Popularity: 20 • Tools: Recategorize
Hyper Text Markup Language
Popularity: 20 • Tools: Recategorize
It already is in theory.If you consider what you're asking, if it is an image and not a Photograph then what it ultimately is, is...
Popularity: 19 • Tools: Recategorize
html, w3cschools.com/html/
Popularity: 19 • Tools: Recategorize
The <title> tag's contents describe what should be displayed in the browser title bar. For example, if you put the...
Popularity: 18 • Tools: Recategorize
Spanish text, English, or text in any other language can be added to an HTML document anywhere within the "body" section (between...
Popularity: 18 • Tools: Recategorize
You just start using the tags, here is an example of some tags to get you started. <strong>Text</strong> =...
Popularity: 18 • Tools: Recategorize
The HTML tag surrounds all others: <html></html> The BODY tag surrounds all of the content tags: ...
Popularity: 18 • Tools: Recategorize
nothing really.a 3 D figure must have 3 dimensions only:Height,Length,and Breadth.
Popularity: 18 • Tools: Recategorize
Notepad can be used to create / edit HTML code all you need to do is put the <html> tag at the top of the document and...
Popularity: 18 • Tools: Recategorize
<strong style="color: red;">Red Bold</strong>
Popularity: 17 • Tools: Recategorize
You cannot just use HTML to create a clock, you need to use HTML with some other language, the most common scripting language for...
Popularity: 17 • Tools: Recategorize
Most common mistake for this is when a link is absolute when it should be relative. Relative means that the path is relative to...
Popularity: 17 • Tools: Recategorize