

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
A comprehensive review of key html and css concepts, covering essential tags, attributes, and styling properties. It includes solved exercises and explanations, making it a valuable resource for students preparing for a midterm exam in web development. Topics such as defining html versions, creating hyperlinks, formatting text, structuring webpages, and applying css styles.
Typology: Exams
1 / 3
This page cannot be seen from the preview
Don't miss anything!


- ANSWERParagraph text - ANSWERMakes text important and bold
alt - ANSWERSpecifies alternate text for an image if the image cannot be displayed height - ANSWERSets the height of an element like or href - ANSWERSpecifies the URL of the page the link goes to (where the user goes when they click the hyperlink) id - ANSWERUsed to name an element (usually DIVs) rel - ANSWERDefines the relationship between the document the is in and the document that is being linked to it position - ANSWERProperty that defines how an element will be position (you only learned absolute) right - ANSWERProperty that anchors an element to the right side of a page text-align - ANSWERProperty that specifies how text will be aligned top - ANSWERProperty that anchors an element to the top of a page src - ANSWERIdentifies the source of an image, its URL style - ANSWERSpecifies an inline style for an element width - ANSWERSets the width of an element like or background-color - ANSWERProperty that sets the color of the background of a webpage bottom - ANSWERProperty that anchors an element to the bottom of a page color - ANSWERProperty that sets the color of text font-size - ANSWERProperty that sets the size of the font left - ANSWERProperty that anchors an element to the left side of a page CSS - ANSWERCascading Style Sheet, the styling language for web design HTML - ANSWERHypertext Markup Language, the language used to put content on a webpage An HTML tag is colored red in Notepad++ - ANSWERThe tag immediately before it is missing the > at the end of it Text in Notepad++ is purple when it shouldn't be - ANSWERA " is not closed out