13 HTML & CSS display block, inline, none

כללי / תכנות כללי 159 צפיות 28/09/2022
פתח ב-YouTube

דרג סרטון זה

התחבר כדי לדרג

תיאור

p { display : [inline, block, none] ; } inline - displays an element as an embedded element. block - displays an element as a complete block (the entire line) none - the element has been completely removed from the user's view

#Web School 26