






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A comprehensive overview of html and css fundamentals, covering key concepts such as markup language, elements, styling, and layout. It explores the structure of html documents, including elements like headers, body, anchors, and lists. The document also delves into css styling, including inline, external, and precedence rules, as well as relative and absolute positioning. It further examines layout techniques like fixed and fluid grids, and provides insights into centering, aligning, and background image manipulation.
Typology: Study notes
1 / 10
This page cannot be seen from the preview
Don't miss anything!
i. store’s the document’s title or name, displayed in the browser title bar on a browser tab ii. not actually displayed as part of the web page but appears externally within the browser title bar/tab iii.
content
ii. text of a paragraph iii. grouping element iv. can include nested elemens g. heading (h1…h6) – sectioning element i. marks major headings with h1 representing the heading with the highest rank, h2 representing next highest ranked heading, etc h. horizontal rule i. empty element ii.welcome to Curbside Thai.
is the same as ii.Welcome to Curbside Thai.
welcome to Curbside Thai.
- Element Hierarchy: - - o ▪ Head content o o ▪ Body content o - Chapter 2 Style Sheets Types of user defined styles - Inline – highest order of precedence; added as element attributes within an HTML document and apply to the element alone o In line overrides embedded o Not considered best practice o Last styles to be interpreted by the browser because they are directly applied to a specific element o Advantage: clear exactly what page element is being formatted oo overrides external styles and only apply to the HTML doc in which they are created in o ** when all else is equal, the style that is loaded last has precedence over styles defined earlier
o Syntax: box-sizing: type; ▪ Type is content-box, border-box, or inherit(inherit the property defined for the container)
▪ Background image is attached to its element so that as you scroll through the element content, the background image scrolls with it ▪ Syntax: background-attachment: type; ▪ Type is scroll, fixed or local