Skip to content

Latest commit

 

History

History
43 lines (43 loc) · 3.4 KB

File metadata and controls

43 lines (43 loc) · 3.4 KB

Read:Assorted Topics

Audio, Video, Images

1- controllIng sizes of Images in css:you can controll the image size using width and hieght properties in CSS which specify the hieght and width of the image . 2- allgning images Using css: using float and margin proparties . 3- centering images Using css: images are inline elements. This means that they flow within the surrounding text. in order to center an image, it should be turned into a block- level element using the display property with a value of block .then use the use the margin property and set the values of the left and right margins to auto. 4- Background images background-image . The path to the image follows the letters url , and it is put inside parentheses and quotes. 5-background-position: When an image is not being repeated, you can use the background-position property to specify where in the browser window the background image should be placed.This property usually has a pair of values. The first represents the horizontal position and the second represents the vertical.

  • left top
  • left center
  • left bottom
  • center top
  • center center
  • center bottom
  • right top
  • right center
  • right bottom

If you only specify one value, the second value will default to center .

6- shorthand background 7- Image rollovers & sprItes. 8- css3: gradIents background-image .

Practical information

search engine oPtimization (seo) :he Basics Search engine optimization (or SEO) is the practice of trying to help your site appear nearer

the top of search engine results when people look for the topics that your website covers.

SEO is often split into two areas:on-Page techniques(The main component of this is looking at keywords) and off-Page techniques.

In every page of your website there are seven key places where keywords can appear in order to improve its findability.

  • Page title which is appears at the top of the browser window or on the tab of a browser. It is specified in the <title> element which lives inside the element.
  • url / WeB address The name of the file is part of the URL. Where possible, use keywords in the file name.
  • headings If the keywords are in a heading element then a search engine will know that this page is all about that subject and give it greater weight than other text.
  • text Where possible, it helps to repeat the keywords in the main body of the text at least 2-3 times.
  • link text Use keywords in the text that create links between pages (rather than using generic expressions.
  • image alt text search engines rely on you providing accurate descriptions of images in the alt text. This will also help your images show up in the results of image-based searches .
  • Page descriPtions The description also lives inside the element and is specified using a tag. It should be a sentence that describes the content of the page.

Here are six steps that will help you identify the right keywords and phrases for your site:

  • Brainstorm
  • organize
  • research
  • comPare
  • refine
  • maP

As soon as people start coming to your site, you can start analyzing how they found it, what they were looking at and at what point they are leaving. One of the best tools for doing this is a free service offered by Google called Google Analytics.

To put your site on the web, you will need to obtain a domain name and web hosting.

FTP programs allow you to transfer files from your local computer to your web server.