DOCTYPE html> <html> <head> <title>Responsive Image Example</title> <style> img { max-width: 100%; height: auto; } </style> </head> <body> <img ...
確定! 回上一頁