Thursday, May 23, 2019

Do you heard about CSS Float? Can you explain?

CSS Float property helps how an element should float. It is used for positioning and formatting content.


Syntax:

/* Keyword values */
float: left;
float: right;
float: none;
float: inline-start;
float: inline-end;

/* Global values */

float: inherit;
float: initial;
float: unset;

Float values:
left       - the element should float left of its container
right     - the element should float right of its container
none    - the element should not float
inline-start - the element should float on the start side. left side with itr scripts and right side with rtl scripts
inline-end - the element should float on the end side. right side with itr scripts and left side with rtl scripts





Back to Questions: Was this article helpful ? - "Do you heard about CSS Float? Can you explain?"

Wednesday, May 15, 2019

What are the new media components that are incorporated in to HTML5?






The most important elements of html5 are 
  1. semantic elements
  2. attributes of form elements
  3. graphic elements
  4. multimedia elements

In that, new media elements are 
  • <audio>   : for sound, music or other sound streams
  • <video>   : for feature a picture or other feature streams
  • <source> : for media components, 
  • <track>    : for content tracking