TWS/WAP Cheatsheet

<meta>

Data, která poskytují informace o dalších datech

Vždycky obsaženo v <head>

<meta> atributy

Editor

<!DOCTYPE html> <html> <head> <meta name="keywords" content="Meta"> <meta name="author" content="Jan Till"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <p class="text-sample">Ahoj světe</p> </body> </html>

Page