DefinePK hosts the largest index of Pakistani journals, research articles, news headlines, and videos. It also offers chapter-level book search.
2021-01-08 18:27:50
00:21:26
Urdu
theiteducation theiteducation web development web engineering lectures in urdu cs202 short lectures vu short lectures bba304 web engineering what is css in urdu css language full course in urdu how to work with css and html together inline css in hindi css background image css color property css background color tutorial css border property urdu css example website
Video content is provided via the
YouTube platform.
All rights and ownership belong to the original content creator.
Source channel:
theITeducation.com
Join our Telegram Group for Fast updates and VU Short Lectures https://t.me/joinchat/TFLF2vbjfq5qs4Ww Web Engineering Lecture No 6- CS202 Short Lectures (Introduction to CSS Practice). In today's online video live lecture of web engineering course we will discuss how CSS can be used in frond end development of website.
We discussed in previous lectures of Front Development that Layout, presentation and organization of a webpage can be controlled by CSS.
CSS is a stylesheet language that describes the presentation of an HTML document.
CSS describes how elements must be rendered on screen, on paper, or in other media.
CSS describes how HTML elements are to be displayed on screen, paper, or in other media
CSS saves a lot of work. It can control the layout of multiple web pages all at once
To solve this problem, the World Wide Web Consortium (W3C) created CSS.
CSS removed the style formatting from the HTML page!
CSS Saves a Lot of Work!
The style definitions are normally saved in external .css files.
With an external stylesheet file, you can change the look of an entire website by changing just one file!
The Element selector : based on tag-name e.g h1,p,div etc
The ID Selector
The ID selector uses the id attribute of an HTML element to select a specific element.
The ID of an element should be unique within a page, so the ID selector is used to select one unique element!
To select an element with a specific id, write a hash (#) character, followed by the ID of the element.
The style rule below will be applied to the HTML element with id="para1“:Example #vushortlectures
TheITeducation.com is the best channel for VU Short Lectures of All Subjects.