Posts

Showing posts with the label html

What is HTML?

Image
To create a website, HTML, CSS, and JavaScript are essential. Among them, let's take a look at the most fundamental, which is HTML. 1. HTML: H yper T ext M arkup L anguage This is an acronym derived from the initial letters. It is a markup language and is not referred to as a programming language. 2. index .html A file with the .html extension. 3. When you execute a .html file, a browser opens. When you execute an .html file, a web browser like Chrome or Safari opens. For now, let's think of the browser as an HTML interpreter. 4. Document Think of it as writing a book, broadly considering the following two aspects: Content Design HTML is used when creating the content of a website. Think of it as writing the content of a book on manuscript paper. *Instead of saying you "program with HTML," say you "write HTML."  I have created a web program that allows you to conveniently build websites. Take a look! https://zabefofoon.github.io/mm-guide/ I've also crea...