Simple Blog

All Posts

2023.03.29

When the submit button is placed outside of the form

If you're building a website, you're likely to run into a situation where you want to place a submit button outside the form element. This can be tricky, as the button and form need to be connected so that clicking the button will trigger the form submission. In this blog post, we'll go over how to connect an HTML form element and a submit button when the submit button is located outside of the form element.

Contact Form

2023.03.27

React's rendering mechanism

React is a popular JavaScript library used to build user interfaces. One of the key features of React is its efficient rendering mechanism. React makes it easy to create reusable components, manage state, and efficiently update the user interface. When a React application is running, the virtual DOM (Document Object Model) is updated whenever there is a change in state or props.

React Logo

2023.03.26

How to make a simple blog website

Blogging has become an increasingly popular way to share thoughts, ideas, and experiences with the world. Creating a blog website is not as difficult as you may think. With some basic knowledge of HTML and CSS, you can create a simple blog website in no time. In this blog post, we will guide you through the steps to create a basic blog website using HTML and CSS.