UPDATED:

How To Make A Simple Calculator By C Happy Coding.......... Happy Coding.......... Happy Coding.......... Happy Coding.......... Happy Coding.......... Happy Coding.......... Happy Coding.......... Happy Coding.......... Happy Coding.......... Happy Coding.......... Happy Coding.......... Happy Coding.......... This blog is under construction!!!!
Namecheap.com

Saturday, January 23, 2016

Introduction to HTML

What is HTML?

HTML is a markup language in which to describe contents a web page.
HTML is full, the Hypertext Markup Language
Markup Language is the sum of many markup tags
HTML tags are described by the HTML Documents
Each of the different content of the document describes the HTML tags


Example:
<!DOCTYPE html>
<html>
<head>
<titlePage Title </title>
</head>
<body>
<h1My First Heading </h1>
<p>  My first paragraph .</p>
</body>
</html>

Results: 
My First Heading
 My first paragraph.



Describing the Example


  • DOCTYPE declaration is the first type of document: HTML.
  • <Html> and </ html> tag within the HTML document that describes the text.
  • <Head> and </ head> tag within the HTML document type the text that contains the information.
  • <Title> and </ title> tag within the HTML document title contains the text.
  • <Body> and </ body> the contents inside the tag shows in the web browser.
  • <H1> and </ h1> tag within the text of this heading describe.
  • <P> and </ p> tags within the text of this paragraph would declare.

HTML tags


  • HTML tags are the angle brackets <> are bound by certain keywords.
  • HTML tags are usually in pairs, such as the <p>and</p> 
  • The first part is called the start-tag, and the last part is the end tag.
  • The end tag is the same as the start tag, an extra slash (/) is to be added Just before.

hints: Start tag is often called the opening tag, an end tag is called the closing tag.


Web Browser

Such as Web browsers (Chrome, IE, Firefox, Safari), and that their job is to read HTML documents to display. Sometimes the browser does not display the HTML tags but no content to display how to use the tags for.


                                                                                                                                   Be continue..........

No comments:

Post a Comment

Namecheap.com

Popular Posts