Posts by Ricardo Augusto • 39 points
2 posts
-
0
votes1
answer284
viewsQ: How to change the tone of an audio with Javascript?
Consider that I have the following HTML body and JS script: <!DOCTYPE html> <html> <head><title>Mudar tom do áudio</title></head> <body> <p>Mudar tom…
-
1
votes1
answer229
viewsQ: How to calculate the number of lines in a text in a <p> or <div> with Javascript?
My question is not restricted to the amount of line breaks <br> or with the use of \n in tags <pre>. What I want to know is how many lines a text displays in an HTML tag like <p>…