Main Seletors in CSS

There are lots of selectors in CSS but here are 4 main selectors your might need. Selector.classExample:.introExample with description:Select all the classes with name ="intro"Selector#idExample:#firstnameExample with description:Select all the element id="firstname" SelectorelementExample:  p/HExample...

Video Tag

This is a new tag for HTML 5. This tag might not work in older browsers. We need some attributes for this tag, Source, Type, Width ,Height and Control. We need to tell the browser where is the source of the video and the type, what type of video the browser should expect. We must control attribute otherwise...

A few new tags to learn

There are a lot more tags, but we will just cover few more for now, mostly straightforward to use and you can see the effect in your web page when you use them: <q> - The q tag is for quote. This has no relationship to the somewhat confusing sing and double quote character, rather it's used when...