Computer Science, asked by hariprasaadt7, 6 hours ago


write a program to display

А
A B
А B C
А B C D E

Answers

Answered by 72HurricanE
1

Answer:

<!DOCTYPE html>

<html>

<head>

<title> Your Program </title>

</head>

<body>

<h> A <h/>

<h> A B <h/>

<h> A B C <h/>

<h> A B C D E <h/>

</body>

</html>

Similar questions