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 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…

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…

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…

What is Python?

What is Python?

“What can you do with the programming language Python?” “How should I study?” Don’t you think? Even if you want to learn Python as a programming language, you may be wondering what you can do and what kind of learning you should do. So, what are the techniques and efficient study methods used in Python?…