CSS can be used to create an image gallery. ... <html> <head> <style> div.gallery { margin: 5px; border: 1px solid #ccc; float: left; width: 180px; } ...
確定! 回上一頁