Posts

Showing posts with the label HTML

HTML: What is Hypertext Markup Language (HTML)?

Image
HTML is a language markup to make Web Pages. Markup Language is a format in write where the writing will be processed become a display. Because HTML is a markup language, it is used to tell the browser to compose a web page and tell how the browser will display it. We can tell the browser to display other things, like images, italicized text, or even a list. And in HTML, we use Tag.

Popular posts from this blog

How to Inspect Problems in Your ReactJS Codes