Thorough explanation of 4 methods to draw vertical lines with CSS!

Thorough explanation of 4 methods to draw vertical lines with CSS!

There are frequent opportunities to draw lines in website production, such as decorations and separating elements. Due to the fact that the line of sight moves from top to bottom, horizontal lines are used more often, but this does not mean that there are few opportunities to use vertical lines. In this article, I will…

Realized with jQuery! How to rewrite HTML elements and characters?

Realized with jQuery! How to rewrite HTML elements and characters?

By reading this article, you will understand how to rewrite HTML elements using jQuery functions, so be sure to check it out! Table of contents How to rewrite HTML elements with jQuery’s html function get element with html function rewrite element with html function add element with html function How to rewrite characters in HTML elements…

How to create a web page that can be edited like a wiki with HTML!

How to create a web page that can be edited like a wiki with HTML!

Read this article to understand how to convert HTML into a wiki-like editable specification. I also explain how to create a wiki-like website using WordPress, so if you’re interested, be sure to check it out! Table of contents What is a wiki Difference between HTML input method and wiki notation Heading input method Font size and decoration…

Even beginners can understand the correct grammar of HTML! Thorough explanation of how to make basic syntax

Even beginners can understand the correct grammar of HTML! Thorough explanation of how to make basic syntax

Read this article to understand correct HTML grammar and coding practices . We also introduce a tool that allows you to check your own code for errors, so if you are interested, please check it out! Table of contents What is correct HTML grammar? Code that is easy for search engine crawlers to crawl Well indented and easy…

How to easily and efficiently run a Google Analytics web test (A/B test)?

How to easily and efficiently run a Google Analytics web test (A/B test)?

Are you using the web test feature of Google Analytics? I have conducted dozens of A/B tests using the web test function of Google Analytics.  Regarding such a web test function, “I don’t know the details of the function”, “It takes time to create multiple pages and insert tags”, “I can only test by page unit,…

What are the best Practices for Implementing Enhanced Ecommerce?

What are the best Practices for Implementing Enhanced Ecommerce?

I implemented the extended e-commerce function that I had been thinking of implementing for a long time on this blog (SEM Technology) in mid-August 2015. Before implementing this blog, I implemented it in the form of a compilation of best practices that I found while being involved in the implementation of extended e-commerce for several sites,…