answersLogoWhite

0

Html code produces the form displayed by items in the code called tags each tag usaly looks like this " <TagName AttributeName="Value" ". Also the HTML code can contain links to other utility's like JavaScript script's and css script's. JavaScript script's are mainly used to give a website more action and css script's are usually used to give the website more design.

Hope this helps (:

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How does HTML code produce the form displayed in the browser?

As subtle distinction between HTML and browser is that HTML code does not produce the form; the browser produces the form. The browser interprets HTML code to determine how to display page content.


How does HTML code produces the form displayed in the browser?

HTML code has special meanings for special tags. The &lt;form&gt; tag tells the browser that a form is being created.


How does HTML code produce forms in a browser?

HTML has predefined functions. The &lt;form&gt; elements binds all the elements within it.


What are embedded codes that tell a browser how to display information?

In HTML code you have static information being displayed (like text, images). Video, animation, forms require operations where some specific code is embedded (nested) in the HTML code, so as to display and run the video, display the animations and get the form results.


Can HTML form be sent by Ajax?

Yes. You can use AJAX to submit the form. You can also use AJAX to get the actual HTML to produce the form (although you might also simply use that AJAX call to describe the form and then produce the HTML on the receiving end.)


What is HTML View?

The view of the website in form of HTML is HTML view. It is the basic code you write in text editor.


Long form of HTML?

To code HTML, you'll need a text editor such as Notepad or Notepad++. You can write your HTML code in there and save the pages as "something.html". Make sure you have the ".html" extension. If you double click the file you have made, it will open up a web browser and you'll see what your HTML has done.


Why can't MySpace read my HTML code?

Some websites will not accept HTML code in their forms so that malicious users will not be able to hijack the site. Oftentimes, web forms encode HTML so that it is not actually HTML but just plain text. If a web form does not allow HTML then it is possible that it gives another way of editing the look of the text that the form accepts.


What is a tag when using Html?

A Tag in HTML can be compared to a keyword in any programming language. It instructs the browser about how the subsequent pieces of text must be parsed and displayed. A Tag in HTML is enclosed within the &lt;&gt; symbols. Any text between the &lt;HTML&gt; and &lt;/HTML&gt; tags is considered HTML content and the browser will handle it the way HTML code is to be handled. There are numerous tags available in HTML. Some are * &lt;BR&gt; - Line Break * &lt;HR&gt; - Horizontal Line * &lt;TABLE&gt; - To display a table (Like a spreadsheet with heading &amp; cells) * &lt;FORM&gt; - To display UI forms * etc...


What is java script code for password?

There is an html form element for password. Validation script for password doesn't differ from script of html text element


What is the code to insert table in signup form in HTML?

First you have to get the data from signup form. Then using &lt;td&gt; and &lt;tr&gt; you can populate the results.


What does HTML stand for and what is it?

HTML stands for Hypertext Markup Language, and it is the most basic form of code for making a website. it uses the same format whether your using Xhtml, Html, Css, Css3, Html5, and so on...