Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #html
Sat, March 28, 2020
2 min read
[Bootstrap 4] Sample Code for Right-Aligning Some nav-items in navbar
Sample code for right-aligning some nav-items in a Bootstrap 4 navbar with mr-auto.
read more →
Sat, April 11, 2020
1 min read
[Bootstrap 4] How to Set Up Navbar as a Fixed Header
Sample code for making a Bootstrap 4 navbar into a fixed header with sticky-top.
Wed, October 24, 2012
[Excel] "Excel Sheet to HTML Table Converter" is Convenient
A handy Japanese web tool that converts an Excel sheet into an HTML table while preserving formatting.
Fri, September 22, 2017
[HTML] To Hide Table Tag Borders, Specify style="border:none;"
Sample code that removes table borders by setting border:none on table, tbody, tr, and td.
Wed, October 12, 2011
[JavaScript] How to Use a href="" onclick
Avoiding the href="#" onclick anti-pattern in JavaScript, with good and bad examples.
Sun, October 16, 2011
How to Change Form Action with JavaScript and jQuery
Minimal sample code for changing a form's action attribute with vanilla JavaScript and jQuery.
Thu, January 26, 2012
[HTML/CSS] Tool for Measuring Size (px) on Web Pages: 'MeasureIt!' [Chrome][Firefox]
MeasureIt! is a Chrome / Firefox extension for measuring pixel sizes directly on web pages.
Tue, June 21, 2016
[SEO] Should I use half-width spaces or ?
A short Q&A memo on whether to use half-width spaces or from an SEO perspective.
Mon, November 11, 2013
[SEO] Pagination Support
Reference notes on SEO for paginated pages, centered on rel="prev" and rel="next".
Tue, January 29, 2013
DOCTYPE Declaration and Character Encoding Issues for Supporting Three Mobile Carriers
Fixing mojibake on Japan's three-mobile-carrier sites with a Shift_JIS Content-Type meta tag in HTML and XHTML.