answersLogoWhite

0


Best Answer

A block of information stored in an HTML file on a server is called a control file. A file may contain program instructions or data, which may be numerical, textual or graphical information.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a block of information stored in an HTML file on a server?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How does HTML started?

HTML starts using a server that is created within. HTML code is executed by that server on the client machine.


How do you HTML start?

HTML is started on a local server if you run it on a local computer. Otherwise you can have a server of your own.


Describe the intrinsic controls of asp net?

In ASP.NET there are two types of controls - HTML server controls and ASP.NET server controls. The HTML ones are known as Intrinsic controls.A HTML Server Control has similar abstraction with its corresponding HTML tag and offers no abstraction.ASP .NET Server Controls have higher level of abstraction. An output of an ASP .NET server control can be the result of many HTML tags that combine together to produce that control and its events.The HTML Server Controls follow the HTML-centric object model.ASP .NET Server Controls have an object model different from the traditional HTML and even provide a set of properties and methods that can change the outlook and behavior of the controls.The HTML Server Controls have no mechanism of identifying the capabilities of the client browser accessing the current page.ASP .NET Server Controls can however detect the target browser's capabilities and render themselves accordingly.For moreInfo refer to related links.


Does Webs HTML hosting also support CSS and JavaScript?

Yes, unless there are some wicked server restrictions. Both CSS and JS like HTML are written, stored and transmitted as primitive text that is to be parsed/interpreted by the target web-browser. Although for more meaningful dynamic content you would need a web-server that runs server side code (i.e. php, asp, jsp). These tend to be full of advertisement, or cost a few bucks. There are server solutions that enables server side JavaScript (i.e. Node.js) but most are experimental and under development.


What does database mean in HTML?

There is no database tag per say in HTML. HTML is a markup language which simply means it's a way of formatting contents on a webpage. A database is a data structure that is used to house information so it can be called upon at a later time. In order to connect a database to some form of HTML, you'd need to have the database stored on the webserver and then access that database through a server side language like PHP which can orient the contents into HTML tags and be placed within your webpage. Basically, you'd need to use a programming language of some sort to bring together a database and HTML; it's not possible simply by typing in HTML tags. Sorry...

Related questions

Where is the HTML for a site?

The HTML is stored on a Web server. It is what the Web browser requests, and receives, when you browse a website. To see it as a text, most browsers have an option to see the "source code".


How can I locate information on a log file server?

You can find information about log files location on your server on the following website: http://www.cs.cf.ac.uk/Dave/PERL/node240.html. They have useful information.


Is it possible to find the answers in the HTML of a online math website If this can be done how?

The short answer is no. The answers are stored on the server specifically to prevent cheating.


How does HTML started?

HTML starts using a server that is created within. HTML code is executed by that server on the client machine.


What are the functions of a browser?

Browser is a program which sends requests (packets of data) for pages to servers (on which websites are stored) and then displays the webpage which is send back from the server in (in HTML code). It can also navigate folders and open HTML files stored on the same computer on which it the browser running.


How do you HTML start?

HTML is started on a local server if you run it on a local computer. Otherwise you can have a server of your own.


How can you block someone off your website using HTML Can you embed CSS into it?

You can't actually block someone from your website using HTML or CSS, that I'm aware of anyway. Blocking someone is usually related to community websites, such as those with forums, "wiki-ing" techology, and etc - basically anything that requires log in information. These types of websites require programming far outside of HTML and CSS, such as PHP, CGI, etc. You can create a blocking application in those ways rather than HTML and CSS. I suppose it may be possible to do a blocking from the server file that sets up the website overall, but that requires access to that server file. Some web hosts, especially free ones, do not allow anyone to access or change the information in that server file. With the server file, you can block access from other websites from linking directly to your material (such as photos and other downloadable files), or you could block users from being able to download files from your website. This file is called .htaccess and located in the main server directory (also where your index page is often located). If you're not running a community based website, it's not necessary to block users from your website because your regular user can't make any changes to your site anyway.


On the worldwide web information is stored and display as?

information is stored as originally binary code "1s and 0s" but it ualley written as HTML code and is stored on servers but displayed as freindly veiws so that the adverage user and read and understand it


What is the sequential description of the storage location of the HTML documents and files making up the web page and stored in the hierarchy of directories and folders on the Web Server?

Path


Is JSP server side language?

Yes... Java server page is server side language . but it can create client side code in format of HTML . When the request send the web server the jsp process the HTML request and HTML response. by Arulmurugan C


The job of a web server is to process and respond web?

A web server is very similar to a file server; the difference is that it holds web pages instead of files (although web pages are stored in files). A web server waits on HTTP requests and responds with HTTP answers usually formatted in HTML/XHTML.


Describe the intrinsic controls of asp net?

In ASP.NET there are two types of controls - HTML server controls and ASP.NET server controls. The HTML ones are known as Intrinsic controls.A HTML Server Control has similar abstraction with its corresponding HTML tag and offers no abstraction.ASP .NET Server Controls have higher level of abstraction. An output of an ASP .NET server control can be the result of many HTML tags that combine together to produce that control and its events.The HTML Server Controls follow the HTML-centric object model.ASP .NET Server Controls have an object model different from the traditional HTML and even provide a set of properties and methods that can change the outlook and behavior of the controls.The HTML Server Controls have no mechanism of identifying the capabilities of the client browser accessing the current page.ASP .NET Server Controls can however detect the target browser's capabilities and render themselves accordingly.For moreInfo refer to related links.