background preloader

Css,html and xhtml

Facebook Twitter

CSS/CSS3 Tutorials: Basic Site Layout (Part 1/3) Html tutorial and examples, learn html. What is html? Html stands for 'hyper text mark-up language' and is a simple language that anyone can learn and is used for making web pages what tools are needed to make a webpage? All that is needed is 'notepad' and a second browser, notepad is a simple text editor in windows, click start on your taskbar then programs and then goto accessories, finally click notepad.

If you are using internet explorer then you will need a netscape browser to check your work If you are using netscape then you will also need an internet explorer browser to check your work. what does html look like? The html language is made up of tags that are enclosed in angle brakets, a webpage is completly enclosed within the html tags.most html tags work in pairs The first <html> tag tells the browser that it is reading a html document. The </html> tag with the / in it tells the browser that the html has endedTake a look below The first <HEAD> tag tells the browser that it is reading the head of a html document. XHTML-CSS Table-less XHTML CSS Web Template. Top Web Development Software Records 1 to 20 of 419 Freatured Web App Featured CSS Templates Downloads: 9461 Rating: Downloads: 5935 Rating: Downloads: 2544 Rating: Hottest CSS Templates Downloads: 127066 Rating: Downloads: 92680 Rating: Downloads: 91625 Rating: Downloads: 79711 Rating: Downloads: 67489 Rating: Downloads: 67111 Rating: Downloads: 57466 Rating: Downloads: 56820 Rating:

Five XHTML Elements You Didn't Know But Were Afraid to Ask. Download demo project - 1 Kb Introduction With experience, working with ASP.NET, I noticed some important XHTML tags that are rarely used by web developers, even the experienced ones, so I thought of writing this article to promote them. Most of the mentioned elements are HTML compatible, but all of them are XHTML compatible. I've tested these elements on Internet Explorer 6 and Firefox 1.5. Also, I've validated the demo project against XHTML 1.1 and XHTML 1.0 Transitional on the W3C Validator. The elements are optgroup, label, fieldset/legend, col/colgroup and acronym. In this article, I point out the differences in displaying each of these elements between IE and Firefox, moreover, I show their relation with ASP.NET. 1. optgroup The optgroup, which stands for Option Group, is an element that groups a set of option elements, inside a select element, and labels them. 2. label The label element provides a caption for a form element. 3. fieldset/legend 4. col/colgroup 5. acronym Conclusion History.

Embedded Flash objects, from HTML to valid XHTML Strict - Page 1 of 3 - web design - df.it. I've written a degradable tool (Javascript and PHP) that automatically converts your code to valid XHTML 1.0 Strict: The conversion tool is also available as a Google Gadget , that can be included in your website or in your iGoogle page. If you use the Opera browser (and I hope you do!) You can also download the conversion tool as an Opera Widget . Next, I'll show some practical examples of transformations from HTML to XHTML for mutimedia contents provided by: YouTube, Veoh, Deezer, Yahoo, DailyMotion, Revver, Brightcove, Hulu, Metacafe, Megavideo. Youtube video Original HTML code: XHTML Strict code: Example of the conversion into XHTML 1.0 Strict, resolving all validation errors: Veoh video HTML code: <embed src=" Deezer audio Yahoo Video. CSS Box Shadow & Text Shadow Experiments - ZURB Playground - ZURB.com.

60+ High Quality CSS / xHTML Templates. Oct232010 We discussed importance and usefulness about such free templates few days ago, but today we will present updated Part 2 with even more free xhtml templates! How cool is that – check out this article and get more 61 new and free template right now! Study code, design, style – how templates work in different browsers, what makes them look good – great case study! Evaluate it and bookmark for later use, when you’ll need to complete quick project or check some nifty effect with some cool code. Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download Preview | Download.

Html-sgml-xhtml-xml.png (PNG Image, 1451 × 723 pixels) - Scaled (99%) Getting Started. HTML and CSS Tutorials, References, and Articles | HTML Dog. 8 Cheap and Easy Ways to Learn HTML - Learn HTML 8 Different Ways. Creating a CSS3 Dropdown Menu #2. Creating CSS3 Dropdown Menu #2 This is our second drop down menu. Today it is in the green palette. The menu will include a submenus that will slide when we hovering the parent elements. That menu will good for green palette templates. And of course – no any JS – only pure CSS. Since this menu is made using CSS3 – it renders perfect on Firefox, Chrome and Safari browsers (possible last Opera will support it too).

Here are final result (what we will creating): Here are samples and downloadable package: Live Demo download in package Ok, download the example files and lets start coding ! Step 1. As usual, we start with the HTML. Index.html Step 2. Here are used CSS styles. Css/style.css Step 3. Our menu using only single image to reach custom backgroundwith and fading effect. Conclusion Hope you enjoyed with this tutorial, don’t forget to tell thanks and leave a comment :) Good luck! Initial idea has been taken from here. What is XHTML? - Differences Between XHTML, HTML, and XML. On January 26, 2000, the W3C announced that HTML 4 has been reformulated into XHTML 1.0. XHTML is HTML 4 written as an XML application. There are two primary parts to XHTML: HTML 4 HTML 4 is a markup language used for displaying text and documents across different platforms and machines.

It was originally intended for a very specific audience, and has expanded to include hypertext, multimedia, as well as the style of the documents displayed.XML XML is an extensible markup language that was developed to retain the flexibility and power of HTML while reducing most of the complexity. XHTML combines the flexibility of HTML with the extensibility of XML. In my tags for one browser article, I wrote about HTML tags that are only viewable in one browser or another. With XHTML this is not necessary. Learn to convert HTML to XHTML. Properly Using CSS and JavaScript in XHTML Documents. XHTML™ 1.0 The Extensible HyperText Markup Language (Second Edition) defines XHTML to be a reformulation of HTML 4 as an XML 1.0 application.

If you're writing XHTML (as opposed to regular HTML) you should understand the fundamental differences between HTML 4 and XHTML. XHTML is XML, not HTML One of the primary misunderstandings about XHTML is that it is just another version of HTML. This misunderstanding is compounded by the fact that, prior to version 9, Microsoft® Internet Explorer only supports XHTML if it is served with MIME media type text/html rather than the recommended application/xhtml+xml.

When an XHTML page is served with MIME type text/html it is treated by all browsers as if it were nothing more than HTML. However when an XHTML page is served with MIME type text/xml or application/xhtml+xml, then it should be treated as an XML document which must conform to the strict rules for authoring and displaying XML. Problems with Inline style and script Mozilla 1.1+/Opera 7 Examples. Aptana Studio 2 XHTML/CSS website structure tutorial. XHTML Tutorial. Video Tutorial: View our video tutorials to learn how to make your HTML web pages conform to XHTML 1.0 Strict standards. What is HTML? HTML (Hyper Text Markup Language) is the predominantly markup language used to create web pages. A markup language defines the elements of a web page. HTML is not a programming language. What is XHTML? XHTML 1.0 is a variant of HTML 4.0 which consists of the same set of elements (for example, paragraphs, headings, image, etc.), however, XHTML has a slightly different syntax.

When designing HTML web pages, it is important to use the correct XHTML syntax. Before learning XHTML 1.0, you should be familiar with HTML 4.0. DOCTYPE Declarations XHTML documents must always begin with a DOCTYPE declaration. An XHTML Document Type Declaration describes the allowed syntax of XHTML markup. There are 3 versions of XHTML documents: XHTML 1.0 Strict, XHTML 1.0 Transitional and XHTML 1.0 Frameset. XHTML 1.0 Strict DOCTYPE Declaration XHTML 1.0 Transitional DOCTYPE Declaration <! Comprehensive CSS Guide- Font and Text. Fonts and text Finally some real control over fonts, yipee!! There are 5 font properties, and 1 shorthand. font-family font-style font-variant font-weight font-size font (shorthand) font-family The font-family property specifies what font will be used, ie.

The fonts are listed in preferred order. Examples: Other generic font families that can be used are cursive and fantasy. Font-style Valid values for font-style are normal, italic, and oblique. Font-variant Valid values for font-variant are normal and small-caps. Font-weight This property specifies what you want the font to weigh, ex. 50 lbs of pure Courier. Normal, bold, bolder, lighter and 100, 200, 300, 400, 500, 600, 700, 800, 900 Note: normal=400, bold=700 font-size You guessed it, this specifies the size of the font. Absolute size: point size: ie. 7pt, 22pt, 14pt, 36pt, 72pt, ... pixel size: ie. 100px, 45px, 90px, 10px, ... For font-size, ems are equivalent to percentages. Pixel sizing is not recommended by Netscape. Font Text word-spacing Example: HTML - How to build a Complete Static HTML Website Part 1 [NEW] CSS Tutorial: Build A Homepage.

Basic HTML & CSS - Part 1. Learn CSS (Tutorial) - Basics + Selectors (For Absolute Beginners) HTML & CSS Tutorial: Introduction! How to Make a Web Site Part I: Understanding and Writing HTML. XHTML Tutorial - 22 - Sending an E-mail from the webpage. Foundation: HTML Templates. News or Magazine This template puts a focus on bold images, perfect for a magazine style site with eye catching content. Your stories are easy to find with large feature blocks. See Demo Real Estate or Travel Big thumbnails with a space for captions and descriptions along with an informative header make this the perfect template for real estate or hotel booking.

See Demo Ecommerce Homepage Building an online store? See Demo Agency Bring your work to the forefront with this sleek template that's perfect for agencies or freelancers. See Demo Blog w/ Sidebar Large images, an easy to navigate layout, and versatile sidebar will help you get your blog up and running. See Demo Blog Single Column This sleek, minimal approach can help your blog stand out by putting content front and center. See Demo Portfolio Show off your work and highlight what you do with this grid style thumbnail layout. See Demo Product Page Highlight your new product and educate potential customers with this classic template. See Demo. New Tools And jQuery Plugins For Web Designers - 38 Items. jQuery plugins are released more often than people would expect and that is a good thing because this way you have a whole bunch of them to choose from.

In this article I featured 38 of these wonderful jQuery plugins along with other tools useful for web designers and web developers. tablecloth.js We’ve all been there. Either you’re redesigning a large site or working on a completely new one… styling tables is typically tedious and time-consuming. If you’d rather spend your valuable time making the other elements of your site pretty, use tablecloth to do the heavy lifting. JQVMa JQVMap is a jQuery plugin that renders Vector Maps. Stroll.js – because it scrolls, and trolls Cubism.js Cubism.js is a D3 plugin for visualizing time series.

Lake.js Lake.js takes an img element and inserts a canvas element displaying the image and its flipped reflection directly after the img element. The new canvas element will be the same width as the original image and double the height. Storage.js Android Query Faye. What's the Difference Between xhtml and html. Create and Publish a Valid XHTML Strict Page. Zackfire. HTML Tutorial for Beginners - part 1 of 4. HTML and CSS basic coding and writing code for beginners. CSS Tutorial Pt 1 - Basic Layout. Html For Beginners - Lesson 1 - The Basics. 20 Extremely Useful CSS Tools. Most of the time writing website’s CSS is enjoyable and fun job.

However some of the tasks aren’t always fun. CSS tools are here to help with those not so fun tasks, and make developers job a bit easier. We rounded up a collection of extremely useful CSS tools. Some tools are new and some are old, but we hope that you will find a couple of new useful or at least inspiring tools. Variable Grid System The variable grid system is a quick way to generate an underlying CSS grid for your site. The 1Kb CSS Grid It is a very small-sized and lightweight CSS framework supporting grid system, style reset, basic typography and form styles. Grid Designer This tool enables you to create a grid by specifying the number of columns and the widths of the columns, gutters and margins. CSS Lint CSS Lint is a tool to help point out problems with your CSS code. Primer CSS Just paste some HTML in the box and Primer will pull all classes and IDs to get you started with your stylesheet. PrefixMyCSS Modernizr Spritebox. Using Notepad++ to Create an XHTML 1.0 Strict Template.