tutorial 1: what is markup language?
watch it on YouTube
Notes
- Markup tags are used to format page content in HTML and CSS
- HTML is used primarily for denoting structure
- CSS is used primarily for formatting appearance
- TEI is another example of a markup language. It is used to format literary and historical texts in
searchable, analyzable digital form
- Semantic tags convey the meaning of a page element as well as
indicating information about form or strcuture to the browser for rendering the content
- It is best practice to use semantic tagging for accessibility, accuracy, and analysis