NTA-NET (UGC-NET) Computer Science & Applications (87) Programming Languages-DHTML Study Material (Page 2 of 6)

Choose Programs:

⏳ 🎯 Online Tests (4 Tests [100 questions each]): NTA Pattern, Analytics & Explanations

Rs. 800.00 -OR-

3 Year Validity (Multiple Devices)

Sample TestsDetailsSee Demo

🎓 Study Material (2083 Notes): 2024-2025 Syllabus

Rs. 1250.00 -OR-

3 Year Validity (Multiple Devices)

Topic-wise Notes & SampleDetails

🎯 2699 MCQs (& PYQs) with Full Explanations (2024-2025 Exam)

Rs. 600.00 -OR-

3 Year Validity (Multiple Devices)

CoverageDetailsSample Explanation

Help me Choose & Register (Watch Video) Already Subscribed?

DHTML: CSS Syntax

Edit

CSS Syntax

Now unlike the Engineering semesters, as far as the exams like NET and GATE are concerned, we are not so concerned about the CSS syntax. There are rarely questions on the CSS syntax, which is in contrast to the HTML, from which we can expect regular questions, especially which are output oriented. So, knowing this, we will only cover a basic preview of the CSS syntax and just see how it works.

  • CSS has a simple syntax and uses a number of English keywords to specify the names of various style properties. A style sheet consists of a list of rules. Each rule or rule-set consists of one or more selectors, and a declaration block. A CSS comprises of style rules that are interpreted by the browser and th…

… (341 more words, 36 figures) …

Subscribe (by clicking here) to view full notes and track progress.

DHTML: Measurement Units

Edit

Measurement Units

Although we can have measurement units in the HTML as well, but it is here the Measurement units truly find their use. CSS supports a number of measurements including absolute units such as inches, centimeters, points, and so on, as well as relative measures such as percentages and em units. We need these values while specifying various measurements in the Style rules like border = “1px solid red” . In the examples which are shown above for the “table” , “div” and “h1” , we have already shown how the measurement units work.

Measurement Units
  • The meaning of the different measures which are availab…

… (418 more words, 14 figures) …

Subscribe (by clicking here) to view full notes and track progress.