Posts

Showing posts from August 18, 2013

CSS3

CSS3 is completely backwards compatible, so you will not have to change existing designs. Browsers will always support CSS2. CSS3 Modules CSS3 is split up into "modules". The old specification has been split into smaller pieces, and new ones are also added. Some of the most important CSS3 modules are: Selectors Box Model Backgrounds and Borders Text Effects 2D/3D Transformations Animations Multiple Column Layout User Interface CSS3 Recommendation The CSS3 specification is still under development by W3C. However, many of the new CSS3 properties have been implemented in modern browsers. CSS3 Borders With CSS3, you can create rounded borders, add shadow to boxes, and use an image as a border - without using a design program, like Photoshop. In this chapter you will learn about the following border properties: border-radius box-shadow border-image Browser Support Property Browser Support border-radius

HTML 5.0

Image
It's not rocket science. To the uninitiated HTML5 might look like rocket science, but it's not. Believe me, if you passed high school algebra you can figure this out. My goal on html-5-tutorial.com is to give you a good solid start on doing just that. When you have completed this tutorial you'll have a basic understanding of HTML and know how to go about getting a domain and building a simple website. You won't be ready to quit your day job, but... ...you have to start somewhere! HTML-5-Tutorial.com is geared to those who want to edit and write HTML code by hand. Knowing how the nuts and bolts of a webpage fit and work together gives you the means to utilize HTML5 's full potential. Debugging and tweaking the code is easier and it greatly facilitates search engine optimization ( SEO ). So what is HTML5? HTML5 is a language – a language computers use to "speak" to each other. Howe