Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> img { position: absolute; right: 35px; } </style> </head> <body> <h2>Right property example</h2> <img src="/build/images/w3docs-logo-black.png" alt="W3docs logo" width="146" height="41"> </body> </html>