HTML Flashcards
programming language
describe how something should behave
markup language
used to annotate and add semantic structure or meaning to a text document
div
stands for division, or a section of your document
used to wrap quotes
blockquote
inside blockquote, we want to use paragraph tag
say who the quote is from
cite attribute
citations must be a url
in line quotation
q tag
…………. element represents a fragment of computer code
code
………… element represents a block of preformatted text
pre
abbreviation element
abbr tag
title attribute to add expansion of acronym
……….. element represents contact information
address
………. element represents a title of a work like a book, a movie, a song or even specific tings like script for a tv show
cite
…………… represents a line break opportunity
wbr
definition list
dl - definition list
dt - definition title
dd - definition description
connect various parts of your page together
anchor element
a tag
go up one level
../