Skip to content

Instantly share code, notes, and snippets.

View Vokmilk's full-sized avatar
🏠
Working from home

Andrei Klimkou Vokmilk

🏠
Working from home
  • home
View GitHub Profile
@Vokmilk
Vokmilk / README.md
Created February 27, 2019 10:35 — forked from GattyGamaun/HTML_Basics.md
HTML Basics

HTML Basics

What is HTML?

A markup language is a computer language that defines the structure and presentation of raw text.

In HTML, the computer can interpret raw text that is wrapped in HTML elements.

HyperText is text displayed on a computer or device that provides access to other text through links, also known as “hyperlinks.”

\ must be the first line of code in all of your HTML documents.