Coming soon..
Run npm install
in root folder for installing all dependencies.
Run http-server ./[yourfolder] -p 1337
- sample: http-server ./Basic-website-layout-and-styling/Responsive-design/ -p 1337
and navigate to http://127.0.0.1:1337/
in browser and see the output :)
<meta name="viewport" content="width=device-width, initial-scale=1">
- rem vs em
- Modernizr
- flex-flow
- img attribute
srcset
&size
with various widths to load different sizes of images based on screen size picture
element and thesource
element
1.To add a media fragment, you simply add #t=[start_time][,end_time]
to the media URL. For example, to play the video between seconds.
2. canPlayType()
to find out which video formats are supported