answersLogoWhite

0

📱

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.

2,666 Questions

What are the types of poultry?

Poultry is a domesticated bird used for their eggs, meat or feathers.

Types of poultry include the following:

  • chickens
  • turkeys
  • duck
  • geese
  • peafowl
  • guineafowl
  • pheasants
  • pigeons
  • doves
  • quail
  • emu
  • swan
  • ostrich
  • rhea

What are the three methods for using style sheets with a webpage?

Not sure what is asked, so two answers in one! It can be inline(with the tag,) embedded(in the head) or external(linked in the head.) The other answer deals with external and the declaration of "media" within the link in the Head tag. More than three choices, but relevance and browser support narrow them down since it is up to the browser maker to decide how it is rendered - generally "screen, print and accessiblity(auditory, etc.)

What is the correct HTML for making a checkbox in HTML?

this is for 2 simple cheakboxes

number 1


number 2

The "Type="cheakbox" is the important thing that changes the input into a box

Hopefally i helped :D

What is the difference between PHP and HTML?

PHP is used with HTML to interact with the web server to process forms, access and manipulate database information and a variety of other processes. HTML alone cannot interact directly with the web server. HTML is primarily used to tell the browser where to place text and images to create the web page. PHP interacts directly with the server to process data and display it on the web page using HTML. You can display a web page with only HTML, but if you have any data in a database on your server, for instance, you must also use PHP (or a similar programming language like ASP, Perl, etc.) to access that data.

Quite a few websites, if not a majority, only need HTML to display their information. PHP is definitely not required in many cases. HTML, or an XML variation, is alway required to display a web page.

What are examples of spyware?

Spyware Examples

Keyloggers - eg SpyAnytime

Form Fillers - eg GATOR

Trackware - eg n-CASE

Downloader - eg Exploit

Cookies

Adware

What are 'on' and 'off' tags in HTML documents?

In HTML, all tags are elements and all HTML elements other than empty elements and <p> elements require a start and end tag to delimit the element's content. The <br> tag is an example of an empty element (there is no </br> tag). However, an empty element can also be closed by the start tag, such that <br /> is acceptable (<br /> is a requirement of XHTML but not HTML).

How do you left-justify a text?

When left justification is turned on, text aligns to the left-hand margin of the page. (That's your left, not the page's left.) This is the most common justification, and you can see it functioning on all of the paragraphs here on Answers.com.

Enumerate the basic HTML structure's and describe each briefly?

The page starts with the HTML start tag Followed by the tags, and goes here <span></HEAD></span> Followed by the <Body> Tag. The followin HTML will be the content of you web page Followed by closing the </Body> Tag, and </HTML> tags. Here is a sample of a Basic HTML document: <span><html></span><span><head></span></p><p><span><meta</span> name="keywords" content="key word, key, word, key word, keyword,"<span>></span></p><p><span><title></span>the name of the page<span>

This is a basic HTML structure. This is where the content goes that will display on your page.

What is the HTML code for a scroll box?

The simplest way to do it is to put them into two cells in a table like this:

<TABLE>

<TR>

<TD><Marquee>This will give you scrolling text in one box</Marquee></TD>

<TD><Marquee>This will give you scrolling text, in another box</Marquee></TD>

</TR>

</TABLE>

If you want to put a border around them, then you'd have the first line as:

<TABLE Border=1>

A Marquee won't work on every kind of browser and is in fact thought of as being tacky and not very popular.

In HTML how do you put the text boxes next to each other?

<html> <head><title></title></head> <body> <div position :absolute; top : 200px; left : 50px; border : solid;> This is first Box </div> <div position :absolute; top : 200px; left : 150px; border : solid;> This is Second Box </div> </body> </html>

What tag indicates where to place data in the center of the webpage?

Do you mean you want the text centered on the page? You could use the <p align="center"> tag, I think that would work.

What is the difference between html and web-browser?

HTML is the file format webpages are made of. When you enter an URL into your Webbrowser (Internet Explorer, Firefox, Opera etc.) you're actually seeing a HTML page displayed.

There are programs that only display simple HTML pages, and can only view HTML pages stored locally on your computer. These can be used by other software (such as MS Word) to display documentation etc.

The latter are more commonly called "HTML browsers", but your webbrowser is an HTML browser too!

see: http://en.wikipedia.org/wiki/Webbrowser

Is Microsoft Word a text editor?

A word-processing program is a program that primarily processes word-based documents, including single page letters and multi-page books. Graphics and illustrations can also be embedded into word-based documents. The user has complete control over the page layout, typography, index, glossary, footnotes and so on.

How do you un-hyperlink?

Go to 'tools' in the top options panel.

Select auto correct and go to options.

Uncheck 'Internet and network baths with hyperlinks.'

Are hyperlinks an example of HTML?

Yes, in normal parlance.

However, hyperlinks are also used to describe similar links in other programming languages and methods (like hypercard.)

When was Java originated?

in 1991 games gosling was invented the java

but officially released in 1995 by sun micro systems

What is the difference between server-side and client-side image maps?

server-side and client-side. In the server-side method, when you click an image leading to multiple links, you are actually invoking a cgi-bin program. The program typically reads a separate map file that tells the program where to go, depending on what part of the image you are clicking. The program returns the destination to the web browser, which then opens the page. The imagemap is called "server-side" because the web browser must contact the remote host to find which site to contact.

Client-side imagemaps, by contrast, do not require a cgi-bin program to function. The imagemap is actually an HTML construct that can be contained on the same page as the clickable image. Rather than requiring the program on the remote host to determine what site to access, the web browser itself associates regions of the image with the appropriate sites. The browser, rather than the remote host, interprets the imagemap.

What is the font size and font of gourmet traveler?

The font is Didot, and you need to stretch it to make it look like it

With what html code do you make a URL for a website?

If you want to just insert a URL then you just copy and paste the URL where you want it to be. If you want a link you use the following code:

<a href=URL of webpage you want to link to goes here>Your link text</a>

What is a hyper text?

Hypertext documents are documents containing hypertext.


the thing your looking at right now - a webpage like this one written in HTML

Which software is used for veiwing any HTML docoment as web page?

The "web browser" is a category of applications used to view an HTML document as a rendered webpage.

Popular browsers include Google Chrome, Mozilla Firefox, Microsoft's Internet Explorer, and Apple's Safari.

Explain briefly about Cascading Style Sheet?

Cascading Style SheetsCSS style sheets are blocks of code that can be embedded in a HTML page or stored in a .css file.

CSS manipulates the elements of a HTML webpage by changing the properties of the HTML elements in the page, such as BODY P or TABLE elements.


CascadingCascading or the Cascade refers to how the the final style will render, if the first block in a CSS sheet defines that all P tags will have black text and be font type Arial, then that will be the case for all P elements. But if in another block further down the page resets the P tag to have text that is green then all text in the P elements will be green. But all P tags will still have Arial type font.

Example Code:
Block 1
p {
color: #000000; /* Set to Black */
font-family: Arial;

}

Block 2
p {
color: #00FF00; /* Set to Green*/

}

And in the case that another Block sets the P tag to have a background color of Blue:

Block 3
p {
bacground-color: #0000FF; /* Set to Blue */

}

Then the final Cascade will result in the P tag being:

Final Cascade
p {
bacground-color: #0000FF; /* Set to Blue */
color: #00FF00; /* Set to Green*/
font-family: Arial;

}

HTML is basically used to design?

HTML (Hypertext Markup Language) is a programming language used to define how a web page is formatted.

elementFontfont-familyfont-sizefont-stylefont-variantfont-weightletter-spacingline-heighttext-decorationtext-aligntext-indenttext-transformwhite-spaceword-spacingcolorBackgroundbg-attachmentbg-colorbg-imagebg-positionbg-repeatBoxwidthheightborder-topborder-rightborder-bottomborder-leftmarginpaddingmax-heightmin-heightmax-widthmin-widthoutline-coloroutline-styleoutline-widthPositioningpositiontopbottomrightleftfloatdisplayclearz-indexListlist-style-imagelist-style-typelist-style-positionTablevertical-alignborder-collapseborder-spacingcaption-sideempty-cellstable-layoutEffectstext-shadow-webkit-box-shadowborder-radiusOtheroverflowcursorvisibility