01 HTML .......................................................... v1 2019-08-20 new
03 editor ........................................................ v1 2019-08-20 new
04 base-document ................................................. v1 2019-08-20 new
05 selfhtml (de) ................................................. v1 2019-08-20 new
02 sources ....................................................... v1 2019-08-20 new
05 SELF-HTML (de)
# apt install selfhtml
# apt show selfhtml
$ dpkg -L selfhtml | less
> file://usr/share/doc/selfhtml/html/index.htm
selfhtml.org : wiki.selfhtml.org
04 BASE-DOCUMENT
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Homepage</title>
</head>
<body>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<p>This is the first paragraph</p>
<p>This is the second paragraph</p>
<center><b>text</b></center>
<a href="url">text</a>
</body>
</html>
03 EDITOR
atom $ snap install atom --classic
bluefish $ apt install bluefish
brackets $ snap install brackets --classic
02 SOURCES
w3schools.com : w3schools.com/html/
tutorialspoint.com : tutorialspoint.com/html/index.htm
university of waterloo : open.cs.uwaterloo.ca/web-basics
selfhtml.org : wiki.selfhtml.org
01 HTML
wikipedia html : en.wikipedia.org/wiki/HTML
wikipedia html5 : en.wikipedia.org/wiki/HTML5