






Studia grazie alle numerose risorse presenti su Docsity
Guadagna punti aiutando altri studenti oppure acquistali con un piano Premium
Prepara i tuoi esami
Studia grazie alle numerose risorse presenti su Docsity
Prepara i tuoi esami con i documenti condivisi da studenti come te su Docsity
Trova i documenti specifici per gli esami della tua università
Preparati con lezioni e prove svolte basate sui programmi universitari!
Rispondi a reali domande d’esame e scopri la tua preparazione
Riassumi i tuoi documenti, fagli domande, convertili in quiz e mappe concettuali
Studia con prove svolte, tesine e consigli utili
Togliti ogni dubbio leggendo le risposte alle domande fatte da altri studenti come te
Esplora i documenti più scaricati per gli argomenti di studio più popolari
Ottieni i punti per scaricare
Guadagna punti aiutando altri studenti oppure acquistali con un piano Premium
Schemi brevi con basi di HTML e CSS per esame di Web Design, da usare come ripasso o da tenere sotto mentre si scrivono i codici
Tipologia: Schemi e mappe concettuali
1 / 10
Questa pagina non è visibile nell’anteprima
Non perderti parti importanti!







The tag is easily styled by using the class or id attribute. Any sort of content can be put inside the tag! Note: By default, browsers always place a line break before and after the element. links are defined with this tag attribute where the links are defined images are defined with this tag Src= source file alt= alternative text he tag specifies an input field where the user can enter data. The element is the most important form element. The element can be displayed in several ways, depending on the type attribute. The tag defines an unordered (bulleted) list. Use the tag together with the tag to create unordered lists. Tip: Use CSS to style lists. Tip: For ordered lists, use the tag. The tag defines a list item. The tag is used inside ordered lists(), unordered lists (), and in menu lists (). In and , the list items will usually be displayed with bullet points. In , the list items will usually be displayed with numbers or letters. Tip: Use CSS to style lists. defines a section in a document.
The HTML class attribute is used to specify a class for an HTML element. Multiple HTML elements can share the same class.
CSS CSS stands for Cascading Style Sheets
Justify-content The justify-content property aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally). Tip: Use the align-items property to align the items vertically. Note: The justify-content property can also be used on a grid container to align grid items in the inline direction. For pages in English, inline direction is left to right and block direction is downward. Align-items The align-items property specifies the default alignment for items inside a flexbox or grid container.
).
Media queries can be used to check many things, such as:
Reset A reset file is a set of CSS rules that resets the styling of all HTML elements to a consistent baseline. It is a 'slash and burn' approach that wipes out all the default styles and lets you start from scratch. If you want to truly start from scratch, a reset file will let you do that. JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else.