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

How do you enter 'cube' into a computer?

Depends on the software. In Excel 3 cubed is entered as =3^3. The answer being 27.

What is the difference between informational text and text features?

Well, Information usually means it's telling you something a fact, info on life that stuff. Explanation means like if you don't understand something they will explain it to you. Or on a little mini game it will tell you what you need to do.

If that doesn't actually help you find your answer, I'm sorry but I don't know then.

Difference between HTML and dhtml - point wise?

Dynamic HTML is basically using HTML and some other things to enhance it, usually Javascript and Styles. All HTML really does is format your page. To get your page to do things, you need more than just plain HTML. The following code will create a button that you can click on and it will pop up a message. It uses Javascript. Copy and paste it or type it exactly as it is into your code and it will work.

The onClick="alert('Hello');" piece is Javascript. Without it you would still have the button, but when it was clicked, it would not do anything. The Javascript makes your page come alive as it were. That is the idea of Dynamic HTML.

Why is HTML considered a markup language?

The term hypertext refers to the process of linking text to data on the internet, while markup means modify or improve. So, HTML is called hypertext markup language because it is a language that allows users to organize, improve the appearance of, and link text with data on the internet.

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 convert embed code to HTML code?

EMBED puts a browser plugin in the page. If the user does not have the plugin needed they will not see what you are trying to display to them. A very simple form of this tag is shown below and the attributes that can be used with it.

.

SRC="../graphics/sounds/Smasher.mid"> * ALIGN * AUTOSTART

* CONTROLS * CONTROLLER * ENDTIME * HEIGHT * HIDDEN

* HREF * LOOP * MASTERSOUND * NAME * PLAYCOUNT

* PLUGINSPAGE * PLUGINURL

* SRC * STARTTIME * TARGET * VOLUME

* WIDTH ---- If you want to add video to website, you need to "embed" it with embed code. Embed code is web page code. When using embed code to add video to website, the Internet address of the video is needed, which is called "URL". This URL tells the web browser via the embed code to find and play the video with its Internet address. About how to add videos to website in the easiest way, check this tutorial - http://www.playerdiy.com/support/tutorial/customize-flash-video-player.html

How do you make words big in an HTML code?

You can use the Heading tags H1, H2 and H3 in particular. You can use the Size attribute of the Font tag, setting the size from anything for 4 to 7. The best way and the modern way to do it is to use styles. This gives you a much wider range of values. So you can do something like this:

<span style="font-size:40pt">This text will be large</span>

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