CSS Images, Videos and analytics


CSS Images, Videos and analytics

Images

You can add images to your index and control their positing and styles using CSS.
Adding the image is simple, use the <img> tag in your index, by inserting the image path you should get it showing on your page.
 

There are many ways to position and style images using CSS:

  • Using border-radius to control the border curve.
  • Responsive Images, setting the max-width to 100% and the height to auto
  • Centering an Image using margin: 0 auto;
  • you can use an image as a cover and insert it using CSS then control the cover attributes to define it style.

ME


Videos

Using <video> and <audio> allows you to add videos and audios to your page, by getting the url it will automatically show on your page with it original control set, you can build your own control bar using CSS and Javascript.

you can use a combination of buttons and divs to make a control bar then assign an event listener to it to function.

ME


 

analytics

SEO

SEO is an acronym for search engine optimization it means the process of publicizing your site to increase its visibility when people search for anything related to your page in search engines. You can use seo methods on your page for free, like using keywords in your tags so the search engines identify it and show the page with the search results that it related. or you can pay for a space on engines.

Google Analytics

Google Analytics is a web analytics service offered by Google that tracks and reports website traffic, currently as a platform inside the Google Marketing Platform brand. Google launched the service in November 2005 after acquiring Urchin. Wikipedia

Google Analytics is used to track website activity such as session duration, pages per session, bounce rate etc. of individuals using the site.


   

Get back to EMAM’S HOMEPAGE

I have created this page as a part of my project using Github, Please visit my profile, I will be more than happy to hear from you all.                       © Emam Shararah 2021