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
- Modern Websites
- Pop-up menu items go behind flash .swf object
- Basic HTML Table with rounded corners
- How to filter all html tags from each _GET and _POST request
- Drupal navigation-menu can not be updated!
- Register Globals Emulator for PHP
- embedding a php contact form in a html table page
- Best websites for cool free fonts to download
- Powertoys for Windows XP let u work faster and easier
- Prevent hotlinking with htaccess and mod_rewrite
- Drupal LDAP to copy Win.Server.AD groups to roles
- DropDown / Rollover Menu with pure CSS / HTML
- Pure CSS Mouseover Menu without Javascript
- Page generation time and http-referers with PHP
- Most common words in english (top 100)
- Please come back in a little while: Facebooks bloody picture verification












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