To highlight a specific word(s) in the web page we can use <mark> tag in HTML5. <style> /*mark{ background-color:aqua; }*/ </style> <p>Hello, ...
確定! 回上一頁