Computer Science, asked by singhtomarbittu8, 7 months ago

Q18. Choose the incorrect option
action attribute is used inside starting tag of
form
With the use of action, we can redirect to a
page once submit button is clicked
<form action:"home.php"> redirects to the
page home.php
O None of the above​

Answers

Answered by myrakincsem
0

The incorrect option is <form action:"home.php"> redirects to the page home.php

  • The main index page of a WordPress site is referred to as home.php.
  • In simple terms, home.php is the first page that a person gets when he looks upon a website.
  • To get redirected to the page home.php, the correct way is  is <form action="home.php"> rather than <form action:"home.php">  hence it is the incorrect option.

#SPJ2

Similar questions