Site Tools


webseite:html:basic

This is an old revision of the document!


HTML Basics

<!DOCTYPE html>
<html>
<body>

<h1>Head</h1>

<p>This is a text.</p>

</body>
</html> 

CodeWhat it does
<!-- --> everything between - and - will be commented
<table><tr><td></td></tr></table> opens a table, a row, a cell, close cell, close row, close table
<p></p> paragraph around a text
<br/> break line
webseite/html/basic.1401193649.txt.gz · Last modified: 2017/03/01 12:50 (external edit)