Html stand for Hyper Text Markup Language.
Is Html Programming Language Or Markup Language?
No Html is not programming language, HTML is not a programming language. The "M" stands for "Markup". Generally, a programming language allows you to describe some sort of process of doing something, whereas HTML is a way of adding context and structure to text.
Hyper Text Markup Language Mean
Hyper Text Markup Languages means,the content will be displayed on a webbrowser.
Where Html is Used:
Html are used for making web pages or documents.
HTML Page Structure
- Heading
- Paragraph
- Another Paragraph
<html>
<body>
<h1>This a heading</h1>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>
Html Tags
Different types of tags are used in Html closing tag or opening tag
Example Of Html Tags
<title>Html Markup Language Complete Guide</title>
Html Page Structure
Many Version Come Html From Launching
Html Versions
HTML 1991
HTML+ 1993
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01 1999
XHTML 2000
HTML5 2012
No comments:
Post a Comment