Untitled

Some New web Design Features for html5 and css3

I have been to w3schools lately and have looked through some html 5 and css3 stuff.  It is very exiting to see all of the new features that they have.  You should go and check it out.  If you go to the main page then click on css3 or html5 you will find the great features.  Note: some of these newer features are not yet implemented in Internet Explorer nor Firefox.  Go here for the html5 tutorial and here for the css3 tutorial.

A cool little thing that I found was how to change the color of highlight text in Firefox. You can find it here.  Neat little tip heh?  Also you can use the <mark> and </mark> tags to highlight text in yellow.  Without the css.  Here is an example: Hello world. how are you?

You play a video from your browser with the video tag

Some really fun features in css3 are skew, rotate, text shadow, and a ton more really fun ones. WARNING: some of these don’t work for Internet Explorer.

Text Shadow!!

The code for these here. Also the mozilla text color selection is in here. Please ignore all the break tags tags:)

Here is a box shadow for a div code.

You can also jump to certain parts of the page with css. Simply by adding the id to the URL like this
http://websitename.com/whatever#idHere
Try it here

Notice that for the link href=”#idhere” so it adds it to the url instead of creating a new request.

One thought on “Some New web Design Features for html5 and css3

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>