
What is HTML? HTML (Hypertext Markup Language) is a markup language used to create structures and compile content on web pages. HTML provides a basis for compiling basic elements such as text, images, and hyperlinks. Basic Structure of HTML <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Judul Halaman</title> </head> <body> <!– … [Read more…]