HTML Tags | Desktop/Tablet | Mobile |
---|---|---|
H1 | 44px | 36px |
H2 | 36px | 26px |
H3 | 22px | 22px |
H4 | 18px | 18px |
H5,P | 16px | 16px |
Language | Font |
---|---|
English | Heebo |
Traditional Chinese | Microsoft JhengHei |
Simplified Chinese | Microsoft YaHei |
Japanese | Meiryo |
Korean | Malgun Gothinc |
To start measuring website and ads performance, you need to add the Google tag on every page of your website, please follow the instrution show as below
開始評估網站和廣告成效之前,您必須先為網站上的每個網頁加入 Google 代碼。
Where | <head> |
---|---|
How | Copy the first block of code and paste it as high in the <head> tag as possible 在緊靠 <head> 開頭標記後方的第一段位置,貼上這段程式碼 |
Code | <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N4LS26');</script> <!-- End Google Tag Manager --> |
Demo |
Where | <body> |
---|---|
How | Copy the second block of code and paste it immediately after the opening <body> tag 在緊靠 <body> 開頭標記後方的第一段位置,貼上這段程式碼 |
Code | <!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N4LS26"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --> |
Demo |
1. WAVE Web Accessibility Evaluation Tool is a suite of evaluation tools that helps to identify many accessibility errors, and also facilitates human evaluation of web content. You can use the online WAVE tool by entering a web page address (URL) in the field above.
2. WAVE Chrome, Firefox are available for testing accessibility directly within your web browser - handy for checking password protected, locally stored, or highly dynamic pages.
3. Color contrast checker for images tool, which you can upload image to detect foreground colour accessibility on a background image, it is intended as guide for designers and developers to test if their design solution is accessible.
When users see two buttons together, they need to think about which button to click. They’ll read the text labels to decide, but putting visual cues on the buttons can help them decide quicker. A solid button for your main action and a ghost button for your secondary action will accelerate the user’s decision-making.
In the “bad” example above, you can see how the outline of a ghost button gets lost with the lines of text when it’s by itself. If you were scanning the page, you could easily miss the button.
In the “good” example, the solid button carries so much visual weight that it’s hard to miss it. Your attention is drawn to the main action even though its surrounded by text and another button. The secondary action is still visible by its close proximity, but it does not take attention away from the main action.
The line-height CSS property sets the height of a line box. It's commonly used to set the distance between lines of text, and balancing line length and font size In responsive web design. You can learn more from this article, if you're interested this topic.
The good web content is adapted proportional to screen size that's consider large-scale displays, so let's not forget to check the webpage on a large-scale display or test on your browser and optmized.
From the screenshot above is showing the background images's position is off to the right, which you won't notice if you're visit the webpage on you mobile device. By centering the background image is the way to make sure that the backgorund image can be display normally on any device.
Why self-checking is important?
To detecting false design principles at the early stage of webpage design, can help avoid unnecessary adjustments and fasten the process of webpage design review.
How to self check?