How to make an addition problem visible on a web page without using JavaScript

Viewed 30

Is it possible to add two numbers together using only HTMl and CSS, not JavaScript, and then displaying the result on a web page? Can you use a psuedo element or are there inbuilt functions to do this in CSS or HTML?

1 Answers
Related