Write two requirements for creating a table on a web page ?

1 Answer

Answer :

The two requirements for creating a table on a web page are given below. It is not possible to create individual columns on the web page, so if you want to sort any information in column form, you have to create a table.2. The side headings on the web page cannot be arranged vertically. Therefore, first the content can be arranged as a picture by placing it in the cell of the table and making the wall of the table invisible .   

Related questions

Description : What are the requirements for creating digital class ?

Last Answer : To create digital class, webcam, video capture card, sound card, speaker, microphone, multimedia computer, modem, telephone line, internet connection, necessary software etc. are required.

Description : What is Remote Web Page ?

Last Answer : Answer : Remote web pages are web pages stored on a remote computer.

Description : Explain the relationship of browser to web page. ?

Last Answer : A web page is a type of web document that is suitable for use in the World Wide Web and Internet browsers. Displays web pages on the Internet through the browser. Web pages stored on servers ... of the world are displayed through browsers. So web pages and browsers are related to each other.

Description : Explain where web page files are kept. ?

Last Answer : Web pages are files stored on the servers of different countries connected to the Internet that are useful for Internet users to view. Currently, various commercial organizations around the world are serving information about ... is kept on the web is called web page. It can be one or more pages.

Description : Explain the importance of HTML in web page design . ?

Last Answer : HTML is very important in web page design. Because with the help of HTML-1. The information on a page can be moved anywhere. 2. Every browser supports HTML . 3. Easy to learn and use. 4. The smaller the page size, the lower the cost.

Description : Hyperlink is an important element in the current web page - Explain. ?

Last Answer : A hyperlink is a link between one part of a webpage or another page with a page. The syntax of the link is as follows: Clicking on the link text harperlink will take you to a ... a different page in a different document. Related information can be found by looking quickly. Saves browsing time.

Description : How to create a web page ?

Last Answer : Web pages are created using HTML markup language. Again CSS is used to give different style to webpage .

Description : Write the requirements of wireless communication ?

Last Answer : Answer : Requirement Wireless communication system is essential for communication in places where cable or cable based communication is not possible. Wireless means must be used , especially ... as 1. Radio Frequency Communication II. Microwave communication 3. Infrared short range communication

Description : Carefully study the Web page given below. Identify 10 tags (structural as well as formatting tags) that have been utilized in creating this -Technology

Last Answer : 1. to specify title of the Web page.2. contains all the text content that is to be displayed on Web page and all the various formatting and structural tag.3. defines the most important and biggest ... provide caption to the table.9. used to create a table row.10. used to define data cells.

Description : What is web hosting when it comes to creating a web page for a small internet auction site?

Last Answer : Any hosting site will take care of your hosting needs for running an auction. What you will want to do is find a software that allows you to run the auction, Magento is a good option for this.

Description : What is considered while creating a front page of the website or homepage? a. References of other websites b. A brief elaboration about the company c. Logos portraying the number of awards won by the web designer d. None of the above

Last Answer : d. None of the above

Description : What are the components of creating a virtual reality system ?

Last Answer : The components of creating a virtual reality system are: 1. Effect II. Reality simulator 3. Application 4. Geometry.

Description : Write the HTML code to generate the following table on a Web page with the contents and alignment exactly as shown below: -Technology

Last Answer : The HTML code is

Description : Write the introduction of row and column of table ?

Last Answer : Tables are created to store any information in a special way. The horizontal position in the table is called row and the vertical position is called column .

Description : What is Material Requirements Planning or MRP ?

Last Answer : Use of softwares in Material Requirements Planning or MRP to oversee and control the production process. Is done. In this case, the inventory of different parts is discussed. An enhanced form ... Two (MRP Two) which basically helps in scheduling , production tracking and product quality monitoring.

Description : What are the requirements of e-governance in Bangladesh ?

Last Answer : E-Governance is the application of electronic or digital system in the governance system and process of the country. E-Governance plays a vital role in modernizing and up-to-date all government and ... government departments is increasing and the efficiency of the staff is increasing.

Description : Which two statements are true about the public cloud model? A. It meets security and auditing requirements for highly regulated industries. B. Resources and infrastructure are managed ... capital expenditures to creating a virtualized and elastic infrastructure within the enterprise data center.

Last Answer : It shifts the bulk of the costs from capital expenditures and IT infrastructure investment to an utility operating expense model.

Description : What are the requirements for creating a link ?

Last Answer : Two things are required to create a link: First , the name of the file or the URL of the file with which we want to create a link . Second , the specific part of the text that we will ... , and the viewers will browse the part or page linked to that part by clicking on this highlighted part .

Description : How does creating a social network marketing plan differ from a traditional marketing plan? A. The brand image should be completely different for social marketing B. The staff requirements and skill sets for ... method of delivery, a marketing plan either way will be similar D. None of the abov

Last Answer : B. The staff requirements and skill sets for social marketing are different

Description : . How does creating a social network marketing plan differ from a traditional marketing plan? *  The brand image should be completely different for social marketing  The staff requirements and skill sets ... the method of delivery, a marketing plan either way will be similar  None of the above

Last Answer :  The staff requirements and skill sets for social marketing are different

Description : What are the tags to make the text on HTML page beautiful and interesting ?

Last Answer : There is no alternative to banner or image or image to make a web page beautiful and attractive. The HTML page is determined by the img tag. The img tag is zero which means it only carries attributes and has no ... tag. To use an image or image on a page, you need to use the src (source) attribute.

Description : Combining two or more cells in a table on a Web page is called (a) merging (b) spanning -Technology

Last Answer : (b) Combining two or more cells in a table on a Web page is called spanning.

Description : Name the attributes of tag which are used for specifying its dimensions in a Web page. -Technology

Last Answer : width and height attributes of the tag are used for specifying its dimensions in a Web page, width and height are specified in terms of pixels or percentage of the browser window.

Description : To insert a table on a Web page, we use ………………. tag. -Technology

Last Answer : To insert a table on a Web page, we use tag.

Description : Of the four traditional roles of an artist as cited in your textbook, specifically identify which of those traditional roles was the most important for Warhol in creating the artwork depicted in Fig. 1-29, page 27 Explain why you chose that role?

Last Answer : When Warhol was creating the artwork they were using the role a visual record of the people, places, and events of their time and place. I wouldn't say any of the other roles really hit ... . This role was important for Warhol due to capturing the events that actually went down during these times.

Description : Which tag determines the footer of the table ?

Last Answer : Determines the footer of the table with the tag .

Description : What command is used to remove a table or index from a SQL database ?

Last Answer : DROP TABLE is used to remove a table or index from a SQL database .

Description : What is Parent and Child Table ?

Last Answer : If the primary key of one table is used in another table, then that key is called the foreign key of the second table relative to the first table. Here the first table is called the parent and the second table is called the child table.

Description : What is a junction table ?

Last Answer : When there are multiple matching records between the two tables, a To To Many relationship can be established between them. In order to create such a relationship, another third data table has to be created which is known as junction table.

Description : : Make Table Query

Last Answer : The query that is used to store the queried data in another table is called Make Table Query .

Description : (a) Why do we classify elements? (b) What were the two criteria used by Mendeleev in creating his Periodic Table? ... Justify your answer. -Chemistry 9th

Last Answer : (a) It is done so as to study the properties of elements conveniently. (b) Increasing order of atomic mass and similarities in chemical properties (especially nature and formulae of oxide and hydride formed). ... at that time. (e) They will be kept at same slot as they have same chemical properties.

Description : Sanchita is working for a nationalized bank and is in the process of creating a table to store the details of customers of the bank. -Technology

Last Answer : Primary key AccountNoCandidate key AccountNo and PAN NumberAlternate key PAN Number

Description : What is table? Name the basic commands for creating a table. -Technology

Last Answer : Tables are made up of rows and columns. In HTML, tables are used to display tabular data in Web pages.The basic commands for creating tables are as follows:Table tags Row tags Cell tags andCaption tags .

Description : While creating a table named “Employee”, Mr. Rishi got confused as which data type he should chose for the column “EName” out of char and varchar. -Technology

Last Answer : Varchar would be the suitable data type for EName column as char data type is a fixed length data type while varchar is a variable length data type.Any employee‟s name will be of variable length so it‟s advisable to choose varchar over char data type.

Description : While creating the table Student last week, Ms. Sharma forgot to include the column -Technology

Last Answer : ALTER TABLE Student ADD Game_Played VARCHAR (30) ;

Description : Which of the following will impair the independence of a CPA in public practice? a. He has his name and address listed on a one-page section of the telephone book. b. He obtained a loan from a bank ... one share of the client's capital stock. d. He failed to disclose a client's departure from GAAP.

Last Answer : He holds one share of the client's capital stock.

Description : What is the web address of the government's ebook platform ?

Last Answer : The web address of the government's ebook platform is: www.ebook.gov.bd

Description : Do I need an internet connection to view web pages ? Explain ?

Last Answer : Internet is not required to view web pages. However, internet is required to view any web page on the website. That computer has two main parts of the client computer. Firstly, there must be internet ... The connection to the Internet is with the help of dial up phone. Can also be through modem.

Description : What is web design ?

Last Answer : Web design is the creation of new websites. Graphic design is a combination of everything from web design programming. All the websites we use at present are the product of web design.

Description : Gmail , a web based email service is a product of which company ?

Last Answer : Gmail , a web based email service is a product of Google.

Description : What is the name of the thing that allows us to browse web pages ?

Last Answer : Browser is the name that allows us to browse web pages.

Description : Who wrote 'Weaving the Web' ?

Last Answer : Weaving the Web' was written by Tim Berners-Lee.

Description : What is web service ?

Last Answer : All of the technologies that allow businesses to exchange products and B2B (business-to-business) information via the Internet are web services. There may be different types of web services. Such as- inventory web service , suppliers web service etc.

Description : What is a web server ? And how does it work ?

Last Answer : Those who serve are called servers. The web page that serves all the machines is called Web Severe . The web site that we visit every day is the web server . Web Server Gul is connected to high speed ... page request , the web server processes the request and sends a response .

Description : What are the things to keep in mind while designing a web ?

Last Answer : There are many things to keep in mind when designing a web. So let's take a look at the things that usually come to mind when designing a web. We don't even divide it into two parts. One is that you ... you are brand new , start before you know the code. At least you have to learn HTML and CSS .

Description : Explain why meta tags are used on web pages. ?

Last Answer : Meta tags are used on web pages to add information about documents. Generally, who created the web page , its organization address (including phone number) identity , other relevant information and all the information including content.

Description : What is meant by dangerous web site ?

Last Answer : Dangerous website means The Dark Web. There are also some sites that are spam. Clicking on the virus can enter your PC. There are some links that look a lot like Facebook when clicked. Go there ... . Money / dollars will be credited to their account at every click. There are many more methods.

Description : What is web browsing ?

Last Answer : WWW is an interconnected web page stored on servers in different countries of the world. Visiting this web page is called web browsing.

Description : What is the Dark Web ?

Last Answer : The Dark Web is an element of the World Wide Web that exists on the Dark Net. The internet we use is only five to six percent. It is a kind of hidden network of public internet users. Access ... access this section. Although sometimes the term "deep web" is mistakenly used to refer to the Dark Web.

Description : What is web design ?

Last Answer : Web page design is the creation of an external framework for a web page , from which users can easily find the information they need. This means combining specific content , graphic design and web page display.