Do you need any wordpress expert? Then plz contact with me
Friday, November 7, 2014
Saturday, September 27, 2014
What is HTML Tags....
All HTML Tags
All HTML tags are keywords (tag names) surrounded by angle brackets:
<tagname>content</tagname>. There are lots of tags.
- All HTML tags normally come in pairs like <p> and </p>
- The first tag in a pair is the start tag or opening tag, the second tag is the end tag or finishing tag.
- The end tag is written as like the start tag, but just a extra slash before the tag name
| The start tag sometimes is called the opening tag. The end tag is also often called the closing tag. |
Web Browsers..?
The purpose of a web browser like (Chrome, IE, Firefox, Safari) is to read HTML documents and display them in the screen.The browser never display the HTML tags, but uses them to determine how to display the document in the monitor:
HTML Page Structures
At below is a visualization of an HTML page structure:
<html>
<body>
</html>
<h1>This is a normal heading</h1>
<p>This is just a paragraph.</p>
<p>This is also another paragraph.</p>
</body>
HTML Versions
From the early days of the web, there have been many versions of HTML created:| All Version | Year |
|---|---|
| HTML | In 1991 |
| HTML+ | In 1993 |
| HTML 2.0 | In 1995 |
| HTML 3.2 | In 1997 |
| HTML 4.01 | In 1999 |
| XHTML | In 2000 |
| HTML5 | In 2012 |
The <!DOCTYPE> Declaration....
The <!DOCTYPE> declaration helps the computer browser to display a web page correctly.There are so many different documents on the web, and a browser can only display an HTML page correctly if it knows the right HTML version and type.
The Common Declarations
HTML 5
<!DOCTYPE html>
HTML 4.01.
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
"http://www.w3.org/TR/html4/loose.dtd">
XHTML 1.0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Get your own website on Fiverr.
Tuesday, September 23, 2014
1.HTML Introduction
What is the Meaning of HTML?
HTML is one kind of markup language for describing web documents (web pages).- The HTML stands for Hyper Text Markup Language
- A markup language is a set of different markup tags
- HTML documents are described by different HTML tags
- Each single HTML tag describes different document content
HTML Example for you
Very Small HTML document
<!doctype html>
<html>
<body>
<h1>This is My First Heading</h1>
<p>This is My first paragraph.</p>
</body>
</html>
<html>
<body>
<h1>This is My First Heading</h1>
<p>This is My first paragraph.</p>
</body>
</html>
Try it »
Example Explained Below
- The DOCTYPE declaration defines the Document Type
- The text written in the example between <html> and </html> describes the web document
- The text between <body> and </body> as you can see describes the visible page content
- The text between <h1> and </h1> describes as a heading
- The text between <p> and </p> describes as paragraph
Saturday, September 20, 2014
Start learning HTML right now.
HTML Coding Examples
At the very end of the HTML tutorial you will get more than 100 examples you can edit and test yourself.HTML Test
Test your HTML skills.HTML References
Here you will get complete references about tags, attributes, events, colornames, entities, character-sets, URL encoding, language codes, HTTP messages, and many more.You will get Examples in Every Chapter.
This HTML tutorial contains hundreds of different HTML examples.With our online expert HTML editor, you can also edit the HTML, and click on a certain button to view the result.
First Example
<!doctype html>
<html>
<body>
<h1>This is My First Heading</h1>
<p>This is My first paragraph.</p>
</body>
</html>
<html>
<body>
<h1>This is My First Heading</h1>
<p>This is My first paragraph.</p>
</body>
</html>
With HTML you can easily create your own Website.
This tutorial will teache you step by step everything about HTML.
HTML is very easy to learn - You will really enjoy it.
Please see all the next post to learn html coding one by one.
You may also keep in touch with me on facebook
Thursday, September 18, 2014
Hi am a web designer.If anyone want to make a new website or needs any kind of word based on web designing,please contact with me on fiverr.Or you can email me at raps.palash.840@gmail.com.You may also contact with me on Facebook.
Wednesday, September 17, 2014
If anyone needs any kind of work based on website design,I can provide that.You may contact with me at fiverr.You can also contact with me through my email, or contact with me at facebook.
If anyone needs a web designer than you may watch my gigs at fiverr.
If you want you may also contact with me through my email 'raps.palash.840@gmail.com'.
If you want you may also contact with me through my email 'raps.palash.840@gmail.com'.
Subscribe to:
Posts (Atom)




