HTML and CSS Flashcards
!DOCTYPE
Declares to the web browser what version of HTML you are using. If your doctype and coding are different from each other the page will not validate.
.css
A file extension that indicates that a file is a cascading style sheet.
.gif
A file extension for images, supports transparency and animation.
.html
A file extension for hypertext markup language
.jpg (.jpeg)
A file extension for images, usually photographs.
.png
A file extension for graphics that supports transparency and interlacing.
.svg
A file extension for scalable vector graphics.
.txt
A file extension for text only files.
.zip
A file extension for (zip) compressed file.
alignment
Placement of text or graphics relative to other elements on the page
anchor
A tag that marks the start and end of hypertext links.
ASP
Application server provider. Server-side application used for processing form data.
attribute
Modifies an HTML element
broken link / broken graphic
A link or hyperlink which no longer works when a web page loads, or when it is “clicked on” or does not take the user to the destination it was supposed to.
browser
Software used to view information on the worldwide web. (i.e. Chrome, Firefox, Safari, Edge)