Learn HTML | HTML Start set up

Опубликовано: 12 Июль 2026
на канале: Karo codes
47
5

This is a video about the HTML start set up. The core structure of the HTML page.



The code (You need to add the parentheses) :
!DOCTYPE html
html
head
title/title
meta charset="utf-8"
link rel="stylesheet" type="text/css" href="style.css"
link rel="icon" type="image/png" href="favicon.png"
/head
body
/body
/html


I'm using Visual Studio Code.