the first page of a website is what?​

Answers

Answer 1

Answer:

index.html

Explanation:

The name of the html file for the homepage of a website is usually "index.html"

Answer 2
Landing page or Home page

Related Questions

This program exercise #4 wants the user to write a program in python that contains a list of movies titles, years and movie rating. You will need to display a menu option that allows the user to list all of the movies, add a movie, delete a movie and exit out of the program. This will be done using lists and the functions to add an element to a list and how to delete an element to a list. The program should be written utilizing functions in python for the main function, the display_menu function, the delete function, the add function and the list movie function. You can place this all in one python file or include them in various python files that include them into the main program. Let me know if you have any questions with this exercise. Output Screen: COMMAND MENU list - List all movies add - Add a movie del - Delete a movie exit - Exit program Command List: list 1. Monty Python and the Holy Grail, 1979, R 2. On the Waterfront, 1954, PG 3. Cat on a Hot Tim Roof, 1958, R Command: add Name: Gone with the Wind Year: 1939 Rating: PG Gone with the Wind was added.

Answers

Answer:

The program in Python is as follows:

def display_menu(titles,years,ratings):

   for i in range(len(titles)):

       print(str(i+1)+". "+titles[i]+", "+str(years[i])+", "+str(ratings[i]))

   

def delete(titles,years,ratings):

   del_item = input("Movie: ")

   if del_item in titles:

       print(del_item,"was deleted")

       index = titles.index(del_item)

       titles.pop(index)

       years.pop(index)

       ratings.pop(index)

   return(titles,years,ratings)

   

def add(titles,years,ratings):

   title = input("Title: ")

   year = int(input("Year: "))

   rating = int(input("Ratings: "))

   print(title,"was added")

   titles.append(title)

   years.append(year)

   ratings.append(rating)

   

   return(titles,years,ratings)

titles = []

years = []

ratings = []

print("COMMAND MENU list\nlist - List movies\nadd - Add movie del\ndel - Delete movie exit\nexit - Exit program")

menu = (input("Command List: "))

while(menu.lower() == "list" or menu.lower() == "add" or menu.lower() == "del"):

   if menu.lower() == "list":

       display_menu(titles,years,ratings)

   elif menu.lower() == "add":

       titles, years, ratings = add(titles,years,ratings)

   elif menu.lower() == "del":

       titles, years, ratings = delete(titles,years,ratings)

   menu = (input("Command List: "))

   elif menu.lower() == "exit":

       break

print("Exited!!!")

Explanation:

See attachment for complete program where comments are used to explain some lines of the program

What is the hamming distance between the following bits? Sent
bits: 101100111, Received bits: 100111001
Select one: 5. Or 3 or 6 or4​

Answers

I think

the hamming distance between the following bits its 5

Factory Design Pattern Assignment This assignment will give you practice in using the Factory/Abstract Factory Design Pattern. You are going to create a Terraforming program. What does terraform mean

Answers

Answer:

Terraform is an open-source infrastructure as code software tool that enables you to safely and predictably create, change, and improve infrastructure.

what is the best plugin for subscription sites?

Answers

Answer:

Explanation:

MemberPress. MemberPress is a popular & well-supported membership plugin. ...

Restrict Content Pro. ...

Paid Memberships Pro. ...

Paid Member Subscriptions. ...

MemberMouse. ...

iThemes Exchange Membership Add-on. ...

Magic Members. ...

s2Member.

Other Questions
Please help, It feels like I know it but It wont come to my brain Which of the following best characterizes both Taoism and Confucianism?Respect for the emperor.A strict set of rules for behavior.A belief in myths.A belief in all-encompassing and undefinable quality. Please help! I need help ASAP and the question is in the picture. Im giving 35 points! PLEASE HELP ASAP Miyoko bought 3 packages of tape that each had 1 yard 2 feet of tape in them how many inches of tape did miyoko buy? If there is a piece of metal will it still be attracted to the magnetic even if it is outside of the magnetic field? Will the magnetic field line connect to the object? Can someone please help me with history. please I need help with biology hw How is the suspense increased by Johnny getting hurt in chapter 6?1 He may turn against the other greasers.2 He is now considered a hero.3 His parents may finally disown him.4 He may be arrested for killing the Soc. In which nation did the U.S. support a dictatorship that was fighting communism?(brainlyest) 3 column chart titled Categories of Civil Law. Column 1, Law, Fraud, Negligence. Column 2, Contract Law, Agreements between parties. Column 3, Family Law, Divorce, custody, Adoption.Image by e2020Which of the following best completes the graphic organizer above?A.TortB.HomicideC.AssaultD.CriminalPlease select the best answer from the choices providedABCD All of the following continents/countries were victims of Imperialism EXCEPT: A. AfricaB. AsiaC. Latin AmericaD. United States What happened on Lexington Green on April 19, 1775?Who fired the shot that began the American Revolution? skater spins over a point at a speed of 3.0 rotations per second then the momentum of inertia is 0.60 kg.M2, what is its angular momentum? What are the 3 reasons for the Wealth Gap? Do you think that bruno mars will get in the top 10 for his new song Leave The Door Open chapers 15- 16. 1. Briefly describe the incident outside the jail where Tom Robinson is being held. 2. Where do the kids sit for the trial? 3. In a paragraph of at least 6 sentences, describe the character of Scout. This can cover the entire novel so far, not just these chapters... Use any annotations you have, or any of the adjectives you wrote for the last assignment. 4. Using the same directions as question 3, describe Atticus as you see him. 5. We talked about finding the theme as looking for clues. At tis point in the novel, what do you think the theme might be? List 2 quotes from the novel (and your annotations) to support your idea. Please put the page number where you found the quote. Cindy feeds her dog 1/3 pound of food each day after 6 day,how many pounds of food has she given to her dog? Which of the following transitions should be added to the beginning of sentence 5 to best enhance the organization of the paragraph? O A. On the contrary, O B. Regardless, C. Firstly, D. For instance, A developing economy requires 1,000 hours of work to produce a television set and 10 hours of work to produce a bushel of corn. This economy has available a total of 1,000,000 hours of work per day. Marco picked answer A for the following problem. Why is that not the correct answer? (NO LINKS)