Set the height and width of an image using percent with CSS ... DOCTYPE html> <html> <head> <style> img { height: 50%; width: 50%; } ...
確定! 回上一頁