Create the same file but with stacked values. The STACKED_COLUMNS=YES statement shows the same values stacked in the SAS tagset PHTML.
ods phtml file='stacked.html'; proc standard print data=sashelp.class; run; ods _all_ close;