Difference between revisions of "HTML"

From wikieduonline
Jump to navigation Jump to search
(Created page with "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...")
 
Line 9: Line 9:
 
To define a paragraph
 
To define a paragraph
  
<pre><p> I'm a paragraph </p></pre>
+
<code><p> I'm a paragraph </p></code>

Revision as of 14:11, 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

I'm a paragraph

Advertising: