1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
kirill [66]
3 years ago
8

Larry has created a web page using HTML 4.01. He hasn’t included the declaration in the file. When he opens the page in a browse

r, Larry sees a page load error. Why does Larry need to use the declaration in an HTML file?
A.
to define the HTML version in which the page is written
B.
to define the web language in which the page is written
C.
to tell the browser what the content is
D.
to check whether the code is error-free
Computers and Technology
1 answer:
TiliK225 [7]3 years ago
5 0

Hey,

So larry needs to declare the html file so that the web broswer knows where the content for the page is stored. this is also done with CSS for style sheets (I added some sample code to help you out with how to link a CSS Style Sheet.)

Hope this helps

Here is that sample code

<link rel="stylesheet" type="text/css" href="style sheet.css"/><title>Home</title>

Hope  this helps

-Toby aka scav

You might be interested in
Most shop accidents are caused by?
Sindrei [870]

Answer:Most shop accidents are caused by÷

  • lifting
  • poor light
  • trips and falls
  • stress
  • dangerous materials
  • act of shop violence
  • dehydration
  • extreme tiredness
8 0
3 years ago
A personal phone directory contains room for first names and phone numbers for 30 people. Assign names and phone numbers for the
Fynjy0 [20]

Answer:

# include <iostream.h>

# include <stdio.h>

# include <string.h>

using namespace std;

class citizen

{      

    int i;

    public string name[30];

    public long int phonenumber[30];

    public void addindividual(string name1)

     {      

           If (i<=30)

            {     int flag=0;

                  for(int j=0; j<=i;j++)

                  {

                     if (strcmp(name[i], name1)

                      {

                          flag=1;

                      }

                     else

                     {  

                           flag=0;

                     }

                  }

                  If (flag)

                 {

                  if (i<30)

                  {

                  for(j=i+1;j<=30; j++)

                  {

                        cout<<"Enter the name:"; getchar(name[j]);

                        cout<<"Enter the phone number:"; cin>>phonenumber[j];

                         i++;

                   }

                  else  

                   {

                        cout<<"The person already exists";

                        exit();

                   }

              }

            else

             {

                 cout<<"array is full:";

                 exit();

             }

     }

}

Void main()

{

     string str;

    cout<<" Enter name:";

    getline(cin, str); ;

     citizen c1=new citizen();

     c1.addindividual(name1);

}

Explanation:

With a little more effort you can make the program allow the user to enter any number of details, but less than 30 overall. We have used here flag, and as a programmer we know why we use the Flag. It is used to check whether certain Boolean condition is fulfilled or not. Here, we are checking whether a given name is present in the array of names, and if it is not present, we add that to the list. And if the name is present, we print, it already exist.

4 0
3 years ago
Electronic computer chips made of tiny silicon wafers now regularly contain millions of electronic switches. Unfortunately, elec
Virty [35]

Answer:

E

Explanation:

if you can reasonably shield them why would you replace the switches

8 0
4 years ago
Which Windows utility can be used to find out what processes are launched at startup?
Maru [420]
Go here https://www.google.com/search?safe=strict&site=&source=hp&q=Which+Windows+utility+can+be+used+to+fin...
5 0
3 years ago
What are some of the ways that people communicate or share with others over digital<br> media?
stepladder [879]

Answer:

<em>Social networks, apps, websites.</em>

Explanation:

Social media allows others to talk during the pandemic! Weather or not its "Tik-tak" or "Facebok", "Twiter", etc. Social media has made a huge impact on our society as we know it. Social media has broadened our social life now that we can call each other and see each other digitally while a county away. Or even share something on the internet to a million different eyes! Social media also has negative impacts such as cyberbullying and other things.

<u><em>~ LadyBrain</em></u>

6 0
3 years ago
Other questions:
  • Write a Java method that will take a string and reverse it. Can you come up with a method that is faster than regular reversing
    7·1 answer
  • Consider the situation you addressed in the previous question. Create numeric cost estimates for each of the costs you listed. C
    10·1 answer
  • What are the 6 external parts of a computer system
    8·1 answer
  • Write a method isSorted that returns true if the list is in sorted (nondecreasing) order and returns false otherwise. An empty l
    12·1 answer
  • Your smartphone, digital camera, and printer are all part of a network in your workspace. What type of network is likely in use
    7·1 answer
  • John works for Internal Computer Specialists, which focuses on helping small business owners resolve MIS infrastructure issues.
    14·1 answer
  • How many cells are included in the range A1:B3
    10·1 answer
  • What are the most positive and the most negative decimal numbers that can be represented by a 2C (n+k) bit fixed-point number, w
    12·1 answer
  • Analyze the code and identity the value of variable a,b and c after the code execution. int a=40, b=50, c=60; if(! (a&gt;=40)) b
    15·1 answer
  • What is eight bits of data called?
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!