User Tools

Site Tools


tanszek:oktatas:html-css_test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tanszek:oktatas:html-css_test [2026/09/16 09:08] kissatanszek:oktatas:html-css_test [2026/09/16 10:58] (current) – [Supplemental Material for HTML and CSS] kissa
Line 1: Line 1:
-===== HTML and CSS test preparation (Technical Communication) =====+===== Supplemental Material for HTML and CSS =====
  
-The resources below supplement the material covered in class. They are intended for independent study and must be completed as homework. +The resources below supplement the material covered in class. They are intended for independent study, which must be completed as homework.
- +
-**Deadline: 18 October 2026**+
  
 ==== Multiple-choice test ==== ==== Multiple-choice test ====
  
-The HTML-CSS multiple-choice test is expected to take place during the practical class in **19 October 2026**, at the usual time and location. A separate Neptun message will confirm the details.+The HTML-CSS multiple-choice test is expected to take place during the practical class in **19 October 2026**, at the usual time and location. **A separate Neptun message will confirm the details.** 
 + 
 +Students who fail the test will have the opportunity to **retake it in 30 November 2026** (this will also be confirmed in a separate Neptun message).
  
 The test will cover the material covered in class; and the independent study material listed below. The test will cover the material covered in class; and the independent study material listed below.
 +
 +A sample test is available on the [[https://elearning.uni-miskolc.hu/zart/course/view.php?id=11081|University E-Learning Portal]].
  
 ==== HTML ==== ==== HTML ====
Line 40: Line 42:
  
 [[https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Attribute_selectors|Attribute selectors]]: As you know from your study of HTML, elements can have attributes that give further detail about the element being marked up. In CSS you can use attribute selectors to target elements with certain attributes. This lesson will show you how to use these very useful selectors. [[https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Attribute_selectors|Attribute selectors]]: As you know from your study of HTML, elements can have attributes that give further detail about the element being marked up. In CSS you can use attribute selectors to target elements with certain attributes. This lesson will show you how to use these very useful selectors.
- 
-[[https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Pseudo_classes_and_elements|Pseudo-classes and pseudo-elements]]: The next set of selectors we will look at are referred to as pseudo-classes and pseudo-elements. There are a large number of these, and they often serve quite specific purposes. Once you know how to use them, you can look through the different types to see if there is something which works for the task you are trying to achieve. 
  
 [[https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Box_model|The box model]]: Everything in CSS has a box around it, and understanding these boxes is key to being able to create more complex layouts with CSS, or to align items with other items. In this lesson, we will take a look at the CSS Box model. You'll get an understanding of how it works and the terminology that relates to it. [[https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Box_model|The box model]]: Everything in CSS has a box around it, and understanding these boxes is key to being able to create more complex layouts with CSS, or to align items with other items. In this lesson, we will take a look at the CSS Box model. You'll get an understanding of how it works and the terminology that relates to it.
  
 [[https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Handling_conflicts|Handling conflicts]]: The aim of this lesson is to develop your understanding of some of the most fundamental concepts of CSS — the cascade, specificity, and inheritance — which control how CSS is applied to HTML and how conflicts between style declarations are resolved. [[https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Handling_conflicts|Handling conflicts]]: The aim of this lesson is to develop your understanding of some of the most fundamental concepts of CSS — the cascade, specificity, and inheritance — which control how CSS is applied to HTML and how conflicts between style declarations are resolved.
- 
-[[https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Values_and_units|Values and units]]: CSS rules contain declarations, which in turn are composed of properties and values. Each property used in CSS has a value type that describes what kind of values it is allowed to have. In this lesson, we will take a look at some of the most frequently used value types, what they are, and how they work. 
  
 [[https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Sizing|Sizing items in CSS]]: Understanding how big the different features in your design will be is important. In this lesson we will summarize the various ways elements get a size via CSS and define a few terms about sizing that will help you in the future. [[https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Sizing|Sizing items in CSS]]: Understanding how big the different features in your design will be is important. In this lesson we will summarize the various ways elements get a size via CSS and define a few terms about sizing that will help you in the future.
tanszek/oktatas/html-css_test.1789549738.txt.gz · Last modified: by kissa