What is the basic body structure of html.

Answers

Answer 1

Answer:

A line holding HTML version information, a declarative header section (separated by the HEAD element), and a body containing the document's actual content make up an HTML 4 page.

Answer 2

Answer:

introduction to the structure of HTML document and HTML for document is composed of 3 parts a line containing HTML version information a declarative had your section the limited by the head element a body which contains the documents actual continent

Explanation:

helpful for you


Related Questions

_______________________ variables do not need to be declared inside the function definition body, they get declared when the function is called.

Answers

Formal parameter variables doesn't have to be declared inside the function definition body because they are declared when the function is called.

What is a formal parameter?

A formal parameter can be defined as a type of variable which a programmer specifies when he or she needs to determine the subroutine or function.

This ultimately implies that, formal parameter variables doesn't have to be declared inside the function definition body because they are declared when the function is called.

Read more on function parameter here: brainly.com/question/20264183

#SPJ11

an ssl client has determined that the certificate authority (ca) issuing a server's certificate is on its list of trusted cas. what is the next step in verifying the server's identity?

Answers

The next step in verifying the server's identity is:

The CA's public key need to validate the CA's digital signature found on the server certificate.

What is SSL client?

Secure Sockets Layer (SSL) is known to be a kind of PKI protocol that helps to  authenticate a user's identity and it is one that often encrypt the communication that takes place between the client and the server.

Note that  in the above, the next step in verifying the server's identity is:

The CA's public key need to validate the CA's digital signature found on the server certificate.

Learn more about SSL client from

https://brainly.com/question/14425531

#SPJ11

which of the following is a mathematical function defined in the sql standard?

Answers

A  mathematical function defined in the SQL standard are:

ABSCEILING DEGREES, etc.

What are math functions in SQL?

Arithmetic functions such as ABS, CEILING, radians are known to be often found in SQL standard .

Note that SQL is said to be a query language set up for management of data that is been saved or held in a RDBMS.

A  mathematical function defined in the sql standard are:

ABSCEILING DEGREES, etc.

Learn more about SQL standard from

https://brainly.com/question/9692465

#SPJ11

Q: Explain the basic units of primary storage and secondary storage.

Answers

Answer:

Primary memory usually refers to Random Access Memory (RAM), while secondary storage refers to devices such as hard disk drives, solid-state drives, removable “USB” drives, CDs, and DVDs.

what file extension is automatically added to documents in word 2019?

Answers

The file extension that is automatically added to documents in word 2019 is .docx.

What is a file extension?

File extension is the ending of a file that helps identify the type of file in operating systems, such as pdf files. For example the files extension of PDF is .pdf.

In a simpler terms, a file extension, or filename extension, is a suffix at the end of a computer file.

The file extension indicates the kind of file that is saved.

Therefore, the file extension that is automatically added to documents in word 2019 is .docx.

learn more on file extension here: https://brainly.com/question/14576685

#SPJ2

of the choices listed, which is the correct protocol to access a remote computer and execute commands?

Answers

The correct protocol to access a remote computer and execute the commands is Using the winrs command

What is a remote computer?

A remote computer is a computer that a user has no access to physically, but may be able to access it remotely via a network link from another computer.

Therefore, remote computers are connected to another computer via a network link.

Hence, he correct protocol to access a remote computer and execute the commands is Using the winrs command

learn more on remote computer here: https://brainly.com/question/14951054

#SPJ11

What are the two protocols used most often with iot devices? (select two. )

Answers

Z-Wave and Zigbee are the two protocols that are used most often with IOT devices.

What is a protocol?

A protocol can be defined as a formatted blocks of data that have been designed and established by professionals to obey a set of standard rules (conventions) such as Z-Wave and Zigbee.

In Computer networking, the two protocols that are used most often with Internet of Things (IOT) devices include the following:

Z-WaveZigbee

Read more on protocols here: https://brainly.com/question/17387945

#SPJ12

Which two choices are examples of trivial file transfer protocol (tftp) use? (choose two. )

Answers

The two examples of trivial file transfer protocol (TFTP) use are:

Download router upgrades.Software upgrades to IP telephones.

What is trivial file transfer protocol (TFTP)?

Trivial file transfer protocol (TFTP) can be defined as a simple lockstep protocol which is designed and developed to avail an end user an ability to receive a file or place a file onto a remote host.

In Computer networking, the two examples of trivial file transfer protocol (TFTP) use include the following:

Download router upgrades.Software upgrades to IP telephones.

Read more on FTP here: brainly.com/question/20602197

#SPJ12

Select the correct answer.
An Al scientist placed an agent in a known environment. The agent observed changes in the environment. Soon, it began to take action
toward making a decision. What was the agent doing?
A. offline computation
B. online computation
OC. learning
OD. perceiving

Answers

According to the given condition, the agent doing the process of perceiving. Thus the correct answer is D.

What is perceiving?

Perceiving refers to the implementation of any concept based on learning, understanding, and observation of skills to make effective decisions.

In this situation, the agent has observed changes in the environment and based on his observation and analysis began to take action for decision making.

These perceiving nature helps to enhance the process of learning to seek improvement.

Therefore, option D reflects the perceiving nature of agent.

Learn more about skills, here:

https://brainly.com/question/9648460

#SPJ1

What type of user can open any subscription level of quickbooks online using the quickbooks online advanced app?.

Answers

Answer:

A Custom user.

Explanation:

I believe this is right. Lol :')

Quickbooks online accountant firm users can use the quickbooks online advanced desktop app to access what types of client subscriptions?.

Answers

The type of the client subscription used is paid subscription.

What is Paid Subscription?

Paid Subscription refers to the payment made already on the product purchased or the services received. It is a kind of the recurring payment whose transactions repeat after a regular basis.

If the customer continue to receive  the service then he or she has to pay the subscription.

After paying the membership costs, customers of Quickbooks Online for accountancy firms can access the Quickbooks Online Advanced desktop application.

Learn more about Paid Subscription here:

https://brainly.com/question/13508895

#SPJ1

What are 2 ways to send a message to your client when signed in as an accountant user?.

Answers

Answer:

The use of Ask client and request are 2 ways to send a message to your client when signed in as an accountant user.

which one of the following technology would you use if your manager asked you to configure the network setting for every desktop in your company

Answers

The technology that a person would use if your manager asked you to configure the network setting for every desktop in your company is Dynamic Host Protocol (DHCP).

What is Dynamic Host Configuration Protocol (DHCP)?

This is known to be a client/server protocol that often gives  an Internet Protocol (IP) host with its IP address and other linked configuration information.

Note that in the above case, The technology that a person would use if your manager asked you to configure the network setting for every desktop in your company is Dynamic Host Protocol (DHCP).

Learn more about technology from

https://brainly.com/question/25110079

#SPJ11

You are given a string s, in which one letter occurs twice. every other letter occurs at most once. write a function which given a string s returns a single character string the letter that occurs twice

Answers

The program is an illustration of strings.

Strings are variables that are used to hold texts

The main program

The program written in Python, where comments are used to explain each action is as follows:

#This gets the input

s = input()

#This iterates through the text

for i in range(ord('A'), ord('Z') + 1):

   #This converts each character to lower case

   ch rA = c hr(i) . lo wer()

   #This determines the character with two occurrences

   if s.count(chrA) == 2:

       #This prints the character

       print(chrA)

Read more about strings at:

https://brainly.com/question/15683939

#SPJ1

a. A set of electronic program that makes of computer perform tasks
1. Instructions
2. Software
3. Hardware
4. None of the

Answers

Answer:

2. Software

Explanation:

Software is an app

Hardware is the computer or cell phone or mobile phone

toppr

what do you mean by computer ethics?​

Answers

Answer:

Computer ethics is a field of applied ethics that addresses ethical issues in the use, design and management of information technology and in the formulation of ethical policies for its regulation in society.

isdn is considered to be what type of wan connection?

Answers

ISDN is considered to be a type of circuit-switched connection WAN connection.

What is a WAN?

WAN is an acronym for wide area network and it can be defined as a telecommunication network that covers a wide range of geographical locations, especially for the purpose of communication between different users in different countries or regions across the world.

Integrated Services Digital Network (ISDN) is considered to be a type of circuit-switched connection wide area network (WAN) connection.

Read more on WAN here: https://brainly.com/question/8118353

#SPJ12

Question 2 A data analyst uses the Color tool in Tableau to apply a color scheme to a data visualization. In order to make the visualization accessible for people with color vision deficiencies, what should they do next

Answers

In order to make the visualization accessible for people with color vision deficiencies, he should make sure the color scheme has contrast.

What is a color scheme?

A color scheme can be defined as a combination or arrangement of different colors, which are used during the design and development of a software, project, etc.

In this scenario, the data analyst should make sure the color scheme has contrast so as to make the visualization accessible for people with color vision deficiencies.

Read more on data analyst here: https://brainly.com/question/27748920

#SPJ1

how many free passes do you get for skipping videos and getting answers

Answers

Answer:

I think it is 1 because that is all that works for me

[1] Define a computer system.

Answers

Hi There!

So, to help explain what a computer system or help gain an understanding, I am going to use a analogy. What I mean by that is how a computer system may be compared to a automobile.

An automobile is made up of a variety of pieces, including an engine, gearbox, axles, wheels, a battery, gears, and other electronics. The components are all interconnected within a frame and function as a whole to enable the car to travel down a road. There is also a driver. By interacting with or physically directing the steering wheel to do certain actions, such as driving straight ahead, turning left, or turning right, the driver controls the vehicle.

The computer system is like a car in that it merely consists of many pieces. The hardware consists of a CPU, memory cards, storage, and other electrical components. The hardware is arranged in a frame and interconnected so that the user may command the computer to do particular tasks. The user and the computer system must interface or communicate. The computer system features a keyboard and mouse instead of a steering wheel, which enables the user to interact with or direct the computer to do activities like opening a file, creating a document, or printing a page.

This comparison should help you understand what a computer system better.

Cheers!

ROR

A process spawning or initiating another process is referred to as _____

Answers

In Computer technology, a process spawning or initiating another process is referred to as forking.

What is forking?

Forking can be defined as a process which involves taking the source code of an existing software project and using it to create (develop) an entirely new software program that is independent.

This ultimately implies that, forking is a process in computer technology that involves spawning or initiating another process.

Read more on forking here: https://brainly.com/question/18900609

#SPJ12

What do you understand by ' selecting' text​

Answers

Answer:

highlight the whole sentence

Explanation:

that is what it means

Selecting is highlighting text or picking an object.

describe the difference between serial and parallel processing.

Answers

Serial processing is a type of single task processing but Parallel processing is a type of multiple tasks processing.

What is the difference between serial and parallel processing?

Serial processing gives room for only one object at a time that is said to be processed, but parallel processing often takes in a lot of objects to be  processed simultaneously.

Therefore, Serial processing is a type of single task processing but Parallel processing is a type of multiple tasks processing.

Learn more about Serial processing from

https://brainly.com/question/21304847

#SPJ11

Add the following line of code to the end of your script, replacing any function calls: nested_sum( eval(input()) )

Answers

The program is an illustration of loops; Loops are program statements used for repetition of operations

How to complete the code?

The complete question is added as an attachment

The code written in Python that completes the missing parameters in the question are:

def nested_sum(mylist):

   total = 0

   for other_list in mylist:

       total += sum(other_list)        

   print(total)

   

t = [[1,2],[3],[4,5,6]]

nested_sum(t)

nested_sum( eval(input()))

Read more about loops at:

https://brainly.com/question/24833629

#SPJ11

cyber vulnerabilities to dod systems may include

Answers

Cyber vulnerabilities to dod systems may include all of the above Options.

What is Cyber vulnerabilities?

In cybersecurity, a vulnerability is known to be any kind of weakness  exist with the aim to be exploited by cybercriminals to be able to have unauthorized access to a computer system.

Note that in the case above, Cyber vulnerabilities to dod systems may include All of the above Options.

Learn more about cyber vulnerabilities from

https://brainly.com/question/7065536

#SPJ11

state one device that may be found on a computer monitor that is used for video conferencing

Answers

Answer: Camera and Microphone

Explanation:

This can be  embedded on to the monitor.m

Camera for Visual

Microphone for radio.

What is the denotation of the word desperate? in need of excited about overlooked for interested in

Answers

The denotation of the word desperate is known to be "in need of".

Who is a  desperate person?

A desperate person is known to be a person that is willing to do any thing so that they get what they wants as they are really in need of that thing.

Therefore, due to the above, the denotation of the word desperate is known to be "in need of".

See full question below

Read the excerpt from "Finding Unity in the Alabama Coal Mines.” The coal companies, in response, recruited workers from as far as New York’s Ellis Island, where newly arriving immigrants were desperate for jobs. What is the denotation of the word desperate? in need of excited about overlooked for interested in

Learn more about desperate from

https://brainly.com/question/14191524

#SPJ1

Answer:

A)The denotation of the word desperate is known to be "in need of".

Explanation:

in a spreadsheet, what is text wrapping used for?

Answers

Text wrapping automatically alters cell height so as to give room for all of the text to fit inside the spreadsheet.

What is the feature about?

The Excel wrap text feature is known to be a tool that can totally display large text in a cell and it is one where there is no overflowing to other part or cells.

Therefore, Text wrapping automatically alters cell height so as to give room for all of the text to fit inside the spreadsheet.

Learn more about text wrapping from

https://brainly.com/question/5625271

#SPJ11

Which utility uses the internet control messaging protocol (icmp)? cisco

Answers

The utility that uses the internet control messaging protocol (icmp) is known as Ping.

What is Ping?

Ping is known to be a kind of utility that makes use of ICMP messages to report back an information on network connectivity and also  data speed often sends between a host and a given computer.

Note that The utility that uses the internet control messaging protocol (icmp) is known as Ping.

Learn more about internet control from

https://brainly.com/question/9257742

#SPJ12

What is the primary added value of relational databases over flat files?

Answers

The primary added value (advantage) of relational databases over flat files is an ability of the system to quickly scan large amounts of data.

What is a relational database?

A relational database can be defined as a type of database that is designed and developed to store, structure and recognize relation that are existing between data points and items of information.

In database management system (DBMS), an ability of the system to quickly scan large amounts of data is the primary added value (advantage) of relational databases over flat files.

Read more on database here: brainly.com/question/13179611

#SPJ12

Other Questions
When the sun runs out of hydrogen in its core, it will become larger and more luminous because:. why is the modeling of ozone layer depletion more accepted than modeling for global warming? Can You Please Help Me, I Would Really Appreciate It!! A thin silver disc of diameter 10 cm costs # 3 300. What is the cost per m flow without having a particular pattern and express an idea or story.O Narrative poemsO Lyric poemsO LimericksO Free-verse poems What is the equation of the quadratic function shown in the graph? Which statements describe a triangular prism? Select three options. It has one base. It has two bases. It has three lateral faces. It has four lateral faces. Its lateral faces are rectangular. These factors contributed to the start of World War ll. select all that apply Belle and Frank still get together with the friends they associated with as newlyweds. They have received and given much emotional support over the years as each couple has faced different challenges. This relationship is best described by A laptop costs 600Students get a 5% discount.How much discount will a student get? A point charge of 5.0 x 10^-7 C moves to the right at 2.6 x 10^5 m/s in a magnetic field that is directed into the screen and has a field strength of 1.8 x 10^-2 T.What is the magnitude of the magnetic force acting on the charge? Of the following fractions3/7, 5/8, 7/13, and 11/19 Which is the largest Which month recorded the lowest amount of ozone over the Antarctic? Which expressions are equivalent to the one below? Check all that apply.In (e^2) Possible Answers Below: A.)2In eB.) 2C.) 2eD.) 1 A firm that sells e-books - books in digital form downloadable from the Internet - sells all e-books relating to do-it-yourself topics (home plumbing, gardening, and so on) at the same price. At present, the company can earn a maximum annual profit of $ when it sells copies within a year's time. The firm incurs a -cent expense each time a consumer downloads a copy, but the company must spend $ per year developing new editions of the e-books. The company has determined that it would earn zero economic profits if price were equal to average total cost, and in this case it could sell copies. Under marginal cost pricing, it could sell copies.Part 2In the short run, to the nearest cent, what is the profit-maximizing price of e-books relating to do-it-yourself topics? $enter your response here.Part 3At the profit-maximizing quantity, to the nearest cent, what is the average total cost of producing e-books? $enter your response here. The average car sold from Dealership A is $25,700. If the sales person receives 1.5% commission on price of car, how much commission is made on average per car sold? Marsha deposited $9,500 into a savings account 2 years ago. The simple interest rate is 2%. Howmuch money did Marsha earn in interest?Substitute the values into the equation.Interest=$years where do the american revolution take place The Great Pyramid of Giza in Egypt is a square pyramid. The height is approximately 450 feet, and the side length of the base is approximately 750 feet. What is the lateral surface area of the pyramid rounded to the nearest thousandth? Drag each tile to the correct box. The water level of a tank every minute since it began filling is indicated by segments A, B, and C on the graph below. A graph represents the water level to fill the tank on Y-axis per time on X-axis. Segments A, B, and C fill the tank from 10 to 60, 60 to 80, and 80 to 110 centimeters in the first 2, next 4, and last 3 minutes. Place the segments in the correct order from the least to the greatest rate of increase in the water level. B A C , ,