Tech/Languages/HTML

From lathama
Jump to navigation Jump to search

Hyper Text Markup Language is a Language developed for the Internet based on Standard Generalized Markup Language (SGML)

Example

<!DOCTYPE html>
<html>
<head><title>Hello World</title></head>
<body>Hello world</body>
</html>

Resources