Challenge Time

Iskander Akhmetov 991794823

Challenge 1: HTML Line Breaks

Write the following text without using break tag <br>.

Output

Welcome

To

Web Development Class

Challenge 2: Mathematical Formulas

Output

x2 + y2 + 2xy = (x + y)2

Challenge 3: Circle Formulas

Output

Area of Circle = πr2

Circumference of Circle = 2πr

Challenge 4: Creative Text Display

Find a way to present the text 'ABC' on a webpage without using regular characters.

Output

Here, ABC content is written without using characters in HTML code.

Challenge 5: Student Details Table

Output

Student Personal Information Contact Information
Age Gender Phone Email
John Smith 20 Male 123-456-7890 john@example.com
Emily Johnson 22 Female 987-654-3210 emily@example.com