HTML


♡ Coding Demo ♡

                             Content

                                   


Content

About
Preface

Notes
Links




♡ Listen to New York Jazz Lounge - Bar Jazz Masterpieces ♡♡♡ ♡ ♡♡♡

About

...



Preface

...



Tags

html1.html <!DOCTYPE html>

<html>

<head>
<meta charset="UTF-8"> <!-- comment, can be put anywhere,
except inside of some tags -->
<title>My Website Name</title>
<link rel="shortcut icon" href="media/images/favicon.ico" />
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<link rel="stylesheet" type="text/css" href=style/css.css>
<style>
</style>
</head>

<body>
<h1>My First Heading</h1>

<p>My first paragraph.</p>

<p>My second paragraph with a line break<br>
Line after the line break, followed by a horizontal row break<p>

<hr> <!-- comment: here appears a horizontal row -->

</body>

</html>
index.html
<!-- comment --> <!DOCTYPE html> html (&lt; = <) head (<meta charset="UTF-8"> title favicon.ico script link_style/css.css) body --- h1-h6 p br hr code i kbd s (example) small sub sup --- a link nav --- img canvas audio video --- table caption th tr td thead tbody tfoot col colgroup - style= div span header footer aside --- attributes: ...



Attributes

...



Notes

Machines for world knowledge 300 Exabytes, ship SH and spaceship SS - Computers should do what humans want them to do - input output - keyboard pad touchscreen cam mic controller etc. - based binary - ASM and C needed - terminal - IN HTML CSS JS WASM - Arduino Rapberry PI etc. - Linux - games animation sounddesign graficdesign - art FP MP WR - O MG

Chrome: Ctrl F5 > reload tab




Links

IDL Webdesign - HTML Workshop
TIOBE Index for December 2021 - tiobe.com
HTML Element Reference - By Category w3schools.com




Sessions

Session 1 • Tue 2022-3-22 Coswig (Anhalt) 5:45-6:15 WR html.html - start ♡♡♡