HTML Elements and Where to write HTML code


Where to write HTML code :

Use Notepad is good for starters. Dreamweaver. Working experience in the Dream Weaver, then you can start right now.
The well-known words need to learn HTML -
• HTML elements (Elements)
• HTML tags (Tag)
• HTML attribute (Attribute)

HTML Elements
Elements): Basic Elements of HTML's center.'s HTML page that explains each portion of the text. Elements of the tag (tag) created through. Many existing HTML element level. Everything that is in front of your eyes to the Web page can be found at Paragraph text, a banner, navigation links, etc., containing all the elements of this.
An element (Element) Base consists of three parts. To start tag (opening tag), and at the end of the element's closing tag Containing (closing tag).
1. <p> - opening paragraph tag
2. Element Content - paragraph words
3. </ P> - closing tag

Each Web page's the four elements (Element) is the halo: HTML, head, title and body elements. These issues have been discussed below.
<html> Element ... </ html>

Be the first to write HTML HTML words at the beginning and at the end of the first and less than greater than (<>) symbol is. For example: <html>. After the end of the </ html> tag will be. The <html> Welcome to Bangladesh </ html>. Welcome to Bangladesh this article should Web page at pradasita., We can easily create Web page by typing in Notepad. It will be our Notepad Open. First
start menu All Programs> Accessories> Notepad

Write the following code into Notepad, then after
<html>
Welcome to Bangladesh
</ Html>
Thus, after writing in Notepad's File menu and click on save it and then save it as index.html.
Double click on the saved file will open. Browser dekhabo that it has been open. It is very easy to create a web Page down.
<head> element

A document head, document sasbandhe the basic idea. <head> elements in the header of the page. The head elements of the tags are not displayed directly in the browser. We can publish the title element.
<title> element
<title> element is the element between <head>. The words title elements's opening (<title>) and closing (</ title>) tag is in the browser's title is displayed as the title.
<html>
<head>
<title> My WebPage! </ title>
</ Head>
</ Html>
<body> element