Editing HTMLHTML can be written and edited using many different editors like Dreamweaver and Visual Studio.
However, in this tutorial we use a plain text editor (like Notepad) to edit HTML. We believe using a plain text editor is the best way to learn HTML.Use Your Test Web For LearningWe suggest you experiment with everything you learn by editing your web files with a text editor (like Notepad).
Note: If your test web contains...
You are here: » Home » All posts
HTML Tutorial part 1
With HTML you can create your own Web site.
This tutorial teaches you everything about HTML.
HTML is easy to learn - You will enjoy it.
HTML page Structure: <!DOCTYPE html>
<html>
<body>
<h1>Heading 1</h1>
<p>Test paragraph.</p>
</body>
</html>
What is HTML?HTML is a language for describing web pages.
HTML stands for Hyper Text Markup Language
...
Subscribe to:
Posts (Atom)