Common HTML tags for fast copy-paste
Every webmaster needs some common html tags like a,table,img,div,headings or embed code for windows media player or adobe(formerly macromedia) flash very often. Mostly it is possible to save much time to just easily copy-paste empty tags instead of write them. Therefore I am trying to create a useful list with possible examples. Feel free to add suggestions with examples.
Similar entries
- Drupal problem with inline style <p style=""> and <br />
- Social bookmarking Client for multiple update
- Save / open .ico files (icons) with Adobe Photoshop CS4 64 / 32 Bit
- Redirect webpages with HTML, PHP, .htaccess, Java+Script, CGI-Perl, ASP.NET and ColdFusion
- Pop-up menu items go behind flash .swf object
- Modern Websites
- Basic HTML Table with rounded corners
- Adobe Flash CS4 cannot be installed (Creative Suite 4 Master Collection)
- How to filter all html tags from each _GET and _POST request
- Drupal navigation-menu can not be updated!
- Powertoys for Windows XP let u work faster and easier
- Register Globals Emulator for PHP
- Prevent hotlinking with htaccess and mod_rewrite
- Best websites for cool free fonts to download
- Drupal LDAP to copy Win.Server.AD groups to roles
- Pure CSS Mouseover Menu without Javascript
- DropDown / Rollover Menu with pure CSS / HTML
- Mysql: update weight by an auto-incremented string created on the fly
- Most common words in english (top 100)

Comments
a : link page elements (anchor)
img : call graphic elements in a webpage
heading titles & subtitles : h1, h2, h3, h4, h5, h6
This is the largest heading, which could be the page title
This is the second large title, could be used for categories etc
This is the third large title (medium size)
This is the fourth large title
This is the fifth heading and the second smallest
This is the smallest heading
ul : list elements (unordered bullets)
List of Programming Languages:
ol : list elements (ordered, numeric)
List of Operating System
dl : Definition List
Demo:
Favicon.ico
swf : object embed code
Insert flash videos to your website (ie Youtube):
script : javascript code & include .js file
<script type="text/javascript"> <!-- alert('Hello World!'); --> </script>style - css : embed code and external file
object : apple quictime movie embed html code
Post new comment