What are the types of poultry?
Poultry is a domesticated bird used for their eggs, meat or feathers.
Types of poultry include the following:
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
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.
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
name="keywords" content="key word, key, word, key word, keyword,">
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.
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.)
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>
Hypertext documents are documents containing hypertext.
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?
}
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