Notes in WEB

To Subscribe, use this Key


Status Last Update Fields
Published 12/12/2023 Which element (entire syntax with empty strings) is used to make a text link to a web address?
Published 12/12/2023 Which html-tag is used to create an element/container with no inherent attributes?
Published 12/12/2023 Which part of an html-site contains visible page content?
Published 12/12/2023 What's the correct syntax to link example.css to example.html?
Published 12/12/2023 Which generic element is used in html to enable inline styling and block-level organization of content?
Published 12/12/2023 In CSS, which pseudo-class is used to implement mouse-over effect (like tooltips and colour changes)? (class:pseudoclass)
Published 12/12/2023 In CSS, which pseudo-class is used to implement effects that trigger when clicked (eg, a button changing its' colour)?(class:pseudoclass)
Published 12/12/2023 Which CSS-property is used to make elements change or appear gradually (instead of instantly)(property)
Published 12/12/2023 Is it wise to define an element's width and/or height without knowing the content which will be displayed in it?Why or why not?
Published 12/12/2023 What is a way to ensure that an element (eg a button) keeps its general appearance regardless of the size of its' content?
Published 12/12/2023 Padding, margin, alignment and size of these buttons are identical. Why don't they align?
Published 12/12/2023 Which font colour will div2 have? Why and why not the other?
Published 12/12/2023 What's the general structure of a CSS-attribute?(any example, full syntax)
Published 12/12/2023 What do values like "width: 50%" refer to?
Published 12/12/2023 How would these two spans be displayed on a webpage?
Published 12/12/2023 What are the core differences between display: inline and display: inline-block?
Published 12/12/2023 What is the standard display-property of a <div> element?
Published 12/12/2023 What does flex-direction: row mean?
Published 12/12/2023 Generally speaking, when is it advisable to use either a flexbox or grid?
Published 12/12/2023 How does "justify-content: center;" adjust elements inside a flexbox with flex-direction: row?
Published 12/12/2023 How does "justify-content: center;" adjust elements inside a flexbox with flex-direction: column?
Published 12/12/2023 How does "align-items: center;" adjust elements inside a flexbox with flex-direction: row?
Published 12/12/2023 How does "align-items: center;" adjust elements inside a flexbox with flex-direction: column?
Published 12/12/2023 Which CSS property assigns an element to a fixed position on the page?(property: value;)
Published 12/12/2023 Which CSS property assigns an element to a fixed position in the browser viewport (eg a header keeping its position when scrolling through the pa…
Published 12/12/2023 How does one assign a fixed position to an element within another (timestamp in the corner of a video, discount flag on an item etc)?
Published 12/12/2023 Having an element with position:absolute placed inside another with position: relative, what do the properties "top,right,bottom,left" determine?
Published 12/12/2023 What's the difference between positioning an element inside the browser window vs positioning it on the page?
Published 12/12/2023 For margin: 1px 3px 5px 7pxto which direction are the values referring, is there a pattern to the way they're handled?
Published 12/12/2023 For margin: 10px 20pxwhich axis does 10px refer to?
Published 12/12/2023 e44f7c6eac25425da0cffbb0558d71bf-ao-1
Published 12/12/2023 e44f7c6eac25425da0cffbb0558d71bf-ao-2
Published 12/12/2023 e44f7c6eac25425da0cffbb0558d71bf-ao-3
Status Last Update Fields