Question: In this assignment, you are asked to create a PHP script that outputs all the even numbers between 1 - 100 . Use the html
In this assignment, you are asked to create a PHP script that outputs all the even numbers between 1 - 100 . Use the html tag
$currentNumber
to style the PHP output.
Create a new document in your IDE.
Enter all the required HTML tags as seen below
Create a php section in the document body with a while statement that displays all even numbers between 1 and 100 on the screen.

!DOCTYPE html> title>Even Numbers (meta charset="utf-8">
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
