1761756-ref.html (237B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 big { 6 border-block-end-style: dotted; 7 } 8 </style> 9 </head> 10 <body> 11 <big id="big" dir="rtl"></big> 12 <script> 13 const big = document.getElementById("big"); 14 big.innerText = "\nA"; 15 </script> 16 </body> 17 </html>