IHYPRESS PROGRAMMING
HTML programs with code and output for beginners
c programming
HOME | ASP | C | CSS | GNUPLOT | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
HTML ❯ Bottom vs. Baseline
<05>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Baseline vs. Bottom</title> <style>td {border:1px solid red;}</style> </head> <body> <table> <tr><td>bottom &gt; </td><td valign="bottom" style="font-size:54px;">Ihypress</td><td valign="bottom" style="font-size:16px;">.de</td></tr> <tr><td>baseline &gt; </td><td valign="baseline" style="font-size:54px;">Ihypress</td><td valign="baseline" style="font-size:16px;">.de</td></tr> </table> </body></html>
Hergestellt in Deutschland / Made in Germany
Baseline vs. Bottom
bottom > Ihypress.de
baseline > Ihypress.de
COPYRIGHT © 2015-2024 IHY PRESS Frankfurt am Main 60329 Deutschland