Category Archives: html

HTML: Hello World!

HTML is the very simple language to format web pages. We used HTML as a first use of “simple text” files and our text editor.

Here i report a simple example very similar to the one covered during the first lesson.

<html>
<body>
<h1>Hello World!</h1>
<p>My first paragraph. Another <strong>great</strong> paragraph!</p>
</body>
</html>

 

If you want to test some HTML code without having to create a new text file you can try this website.

Tagged ,