A web-based tool in Microsoft 365 that enables users to quickly create surveys, quizzes, polls, and feedback forms.
Dear Chris,
Welcome to thr forum here.
You can create the flow as follows to meet your requirement.
HTML code in my environment. You can change the embed content with your question answer value.
Compose:
<!DOCTYPE html>
<html>
<body>
<h2>Your Response</h2>
<h3>question1 answer</h3>
<h3>question2 answer</h3>
<h3>question3 answer</h3>
<h3>question4 answer</h3>
</body>
</html>
Result:
Thanks for your effort and time!
Sincerely,
Cliff | Microsoft Community Moderator