<span style="font-weight:bold;">For Developing website HTML is Required</span>
HTML is Very Easy to learn.
<span style="font-weight:bold;">What is HTML?</span>
HTML is a language for designing web pages.
* HTML stands for Hyper Text Markup Language
* HTML - It is not a programming language, it is a markup language
* A markup language is a set of markup tags
<span style="font-weight:bold;">HTML Tags</span>
HTML tags are called as HTML tags
* HTML tags are surrounded by brackets like <html>
* HTML tags come in pairs like <b> and </b>
* The first tag is the start tag, second tag is the end tag
* These two tags are also called opening tags and closing tags
<span style="font-weight:bold;">Example Explained</span>
The text between
* <html> and </html> is the web page
* <body> and </body> is the page content which is visible at
* <h1> and </h1> is a heading
* <p> and </p> content displayed as a paragraph
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment