Difference between revisions of "HTML"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
  
 
<pre> <p> I'm a paragraph </p> </pre>
 
<pre> <p> I'm a paragraph </p> </pre>
 +
 +
 +
The structure of an HTML document has been compared with that of a sandwich. As a sandwich has two slices of bread, the HTML document has an opening and closing HTML tags.
 +
 +
<pre><html>
 +
 +
</html></pre>
  
 
==See also==
 
==See also==

Revision as of 14:18, 24 February 2020

HTML stands for HyperText Markup Language.

Learn Basics

Unlike scripting or programming language that uses scripts to perform functions, a markup language uses tags to identify content.

Example:

To define a paragraph

 <p> I'm a paragraph </p> 


The structure of an HTML document has been compared with that of a sandwich. As a sandwich has two slices of bread, the HTML document has an opening and closing HTML tags.

<html>
 …
</html>

See also

Advertising: