Հեղինակ
Վիդեոկուրսեր
Առաջարկել
Խորհուրդ եմ տալիս
Կոդ
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Էջի վերնագիր</title> <style> img.top { vertical-align: text-top; } img.bottom { vertical-align: text-bottom; } </style> </head> <body> <p>An <img src="weber_logo.png" alt="weber"> image with a default alignment.</p> <p>An <img src="weber_logo.png" alt="weber" class="top"> image with a text-top alignment.</p> <p>An <img src="weber_logo.png" alt="weber" class="bottom"> image with a text-bottom alignment.</p> </body> </html>
Արդյունք