Monday, May 18, 2015

On 2:17 AM by Masud rana   No comments











Web Design
Welcome All web designer. You can create a website using all tag and tutorial.

1. All HTML Tag
On 2:11 AM by Masud rana   No comments
Tag 1 .  <!--..-->  HTML comment

 <p>welcome</p>
Tag 2 . <!DOCTYPE>

 <!DOCTYPE html>
<HTML>
<head>
<title>Welcome</title>
</head>

<body>
you are welcome......
</body>
</HTML>
Tag 3. <a>
<a href="http://fastnewses.blogspot.com">Visit fastnewses.blogspot.com</a>
Tag 4. <abbr>

<abbr title="Bangladeshi worker">Hello</abbr> welcome to bangladesh
 welcome to bangladesh
Tag 5. <acronym>


Can I Go to my house <acronym title="yes sure">ASAP</acronym>?
 Can I Go to my house ASAP?
Tag 6. <address>


<address>
Written by <a href="www.fastnewses.blogspot.com">click here</a>.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
Bangaldesh
</address>
Written by click here.
Visit us at:
Example.com
Box 564, Disneyland
Bangladesh

<applet> 
<area>  
<article>  
<aside>  
<audio>  
<b>  
<base> 
<basefont>  
<bdi>  
<bdo>  
<big>  
<blockquote>  
<body>  
<br>  
<button>  
<canvas>  
<caption>  
<center>  
<cite>  
<code>  
<col>  
<colgroup>  
<datalist>  
<dd>  
<del>  
<details>  
<dfn>  
<dialog>  
<dir>  
<div>  
<dl>  
<dt>  
<em>  
<embed>  
<fieldset> 
<figcaption>  
<figure>  
<font>  
<footer>  
<form>  
<frame>  
<frameset>  
<h1> - <h6>  
<head>  
<header>  
<hr>  
<html>  
<i>  
<iframe>  
<img>  
<input>  
<ins>  
<kbd>  
<keygen>  
<label>  
<legend>  
<li> 
<link>  
<main>  
<map>  
<mark>  
<menu>  
<menuitem> 
<meta>  
<meter>  
<nav>  
<noframes>  
<noscript>  
<object>  
<ol>  
<optgroup>  
<option> 
<output>  
<p>  
<param>  
<pre> 
<progress>  
<q>  
<rp>  
<rt>  
<ruby>  
<s>  
<samp>  
<script>  
<section>  
<select>  
<small>  
<source>  
<span>  
<strike>  
<strong>  
<style>  
<sub>  
<summary>  
<sup>  
<table> 
<tbody>  
<td>  
<textarea>  
<tfoot>  
<th>  
<thead>  
<time>  
<title>  
<tr>  
<track>  
<tt>  
<u>  
<ul>  
<var>  
<video> 
<wbr>