How can we display a continuous list of tag <OL> with TYPE="A"? Should we use START="B" or START="C"? Let's see the case. <p>Good fruits are… Read More »HTML OL Type=A, Start=B ?
Redirect Web Pages As time goes by, we may want to change URL of website into optimized ones for search engines in order to rank… Read More »How to Redirect Web Page
Accelerated Mobile Pages (AMP) is kind of a light-weighted html standard for smartphone users to load pages more quickly by optimizing HTML codes. Therefore, AMP… Read More »AMP Some Elements Not Rendered
You might already notice that every time you focus on the input box, there's a incompatible border which wrap the input box. Actually, it's not… Read More »CSS Remove Focused Border
The default way to populate string in jQuery Tooltip is to treat all strings in title as plain text. If you want it accept HTML… Read More »jQuery Tooltip HTML Codes
Old-fashioned web designers might have known how to use the plain-old <hr /> to make separate lines horizontal to divide the page content like this:… Read More »CSS Vertical Separate Lines
Web designers usually remove the unwanted edge of images to make central objects look bigger and more focused by image processing softwares or au, it's… Read More »CSS Crop Image
If you want your several <div> to be side by side in your web pages, you can use "float" to force them to line up,… Read More »Float One Line Exclusively
Hyperlink Underline Maybe you don't like the plain-old style of hyperlinks, you can remove the underlines from those links by CSS. For example: <div class='google_link_div'>… Read More »CSS Remove Underline from Hyperlink