Webmaster Tips » Search results

Search results for query "www.0x61.comforumpp.n2.html" (8):

1
Oct 18, 2010
Anadi Taylor

New Elements in HTML 5

Web pages and their design are laid out using HTML. HTML stands for Hyper Text Mark-up Language. HTML is comprised of 'tags' or elements that tell your browser what the different areas of your webpage are. You can use these elements to define paragraph areas, images and their dimensions and also font sizes, colors and styles etc. There are many HTML elements and a lot of these have varying attributes like width, height, name, etc. This article will not focus on specific HTML elements; our aim is to give you a brief overview of HTML before moving on to how it has developed into HTML 5…

Keep reading: New Elements in HTML 5   Tags: HTML
Jan 8, 2007

HTML Cheat Sheet

The HTML cheat sheet is a one-page A4 printable document, designed to provide a quick reference for HTML. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size HTML cheat sheet..

Source: HTML Cheat Sheet   Tags: HTML
May 2, 2006
Jesse Skinner

Writing Semantic HTML

Rating: 3.2 stars

Semantic HTML means using HTML tags for their implied meaning, rather than just using (meaningless) div and span tags for absolutely everything. Why would you want to do this? Depending on the tag, the content in the tag can be interpreted in a certain way. Here are some examples...

Keep reading: Writing Semantic HTML   Tags: HTML
May 5, 2008
George Peirson

3 Principles of HTML Code Optimization

Rating: 3.3 stars

Just like spring cleaning a house, the html code of your web pages should get periodic cleaning as well. Over time, as changes and updates are made to a web page, the code can become littered with unnecessary clutter, slowing down page load times and hurting the efficiency of your web page. Cluttered html can also seriously impact your search engine ranking.

This is especially true if you are using a WYSIWYG (What You See Is What You Get) web design package such as FrontPage or Dreamweaver. These programs will speed up your web site creation, but they are not that efficient at writing clean html code..

Jun 21, 2002

Beginning HTML

An introduction to the basics of HTML. Including text formatting, colours, links, images and backgrounds.
Source: Beginning HTML   Tags: HTML
Jul 24, 2006
Phillip Kimpo Jr.

XHTML (eXtended Hypertext Markup Language): An Overview

Rating: 2.3 stars
Many Web pages today are poorly written. Syntactically incorrect HTML code may work in most browsers even if it does not follow HTML rules. Browsers employ heuristics to deal with these flawed Web pages; however, Web-enabled wireless devices (such as PDAs) cannot accommodate these hefty Web browsers. The next step in HTML's evolution comes in the form of XHTML (eXtended Hypertext Markup Language), which is basically a combination of HTML and XML..
Jul 2, 2008

Creating a Floating HTML Menu Using jQuery and CSS

For all of us who deal with long web pages and need to scroll to the top for the menu, here's a nice alternative: floating menus that move as you scroll a page. This is done using HTML, CSS and jQuery, and it's fully W3C-compliant.

This tutorial covers how to create a "floating menu" using HTML, CSS, and jQuery. To reiterate, a floating menu stays visible even if you scroll down a web page. They're animated, so they move up and down as you scroll the browser window up or down.

May 2, 2006

Stylesheets: external vs. embedded

Rating: 3 stars
There are various ways to use CSS markup in your site pages. You can link external stylesheets to your HTML pages, define CSS elements directly in your HTML code, but what is the best solution? Let's the describe the most popular of them and show their pros and cons...
Keep reading: Stylesheets: external vs. embedded   Tags: CSS
1