Dưới đây là một số thủ thuật (tips) nhỏ trong HTML
1. Mở cửa sổ mới không cần sử dụng hàm.
<a href="http://google.com/" onclick="window.open(this.href, 'popupwindow',
'width=400,height=300,scrollbars,resizable');
return false;">
2. Link favicon cho Website của bạn
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />


