We learnt how to add images to our html document,how to change the background colour.We learnt how to select a spechic colour for example if you wanted a certain shade blue or pink .When adding colour to your site there are two ways in which one can do this by using the Hex codes this is a six digit code (#222222)or simply by using the colour name for example red,blue,green etc
When designing a web page a colour scheme should be selected as its colour that helps bring life to a site whether It be headings ,background, paragraphs etc colour plays an important role. Anther factor to take into consideration when selecting your colours is that its preferred to use a web safe palette as colour appears different on the web than on print or onscreen.
Adding Images
Images and graphics will really let your site stand out it adds life to it imagery plays an integral role. There are several images formats png,jpeg and gif just to date a few.
To add an image to a web page img element (in angle brackets) it must contain a src attribute and the fileformatt (which ever format png,jpec etc) you can also adjust the image size by altering the height and the width.
We also learnt how to give an image description that is when the cursor hovers over the image the name would appear.
Object element is be used to embed all media types into documents, not just graphics, but also MP3 files, flash, quicktime, movies,videos etc tke in consideration , with formats that require a browser plug-in, you have to specify the program you expect to run files
No comments:
Post a Comment