Center a text using text-align property in CSS In this example, ... DOCTYPE html> <html> <head> <style> h1 { text-align: center; } ...
確定! 回上一頁