Let's start from the basics. HTML. No matter how complex your future web-app is, it all boils down to good, old markup.
- Get familiar with HTML basic tags and HTML5 tags
- Learn about semantic HTML
- Learn about HTML accessibility
- Anatomy
- Elements
- Attributes
- Comments
- Text
- Elements
- Meta elements -
title
,meta
,link
, etc. - Section elements -
article
,header
,footer
,section
,nav
, etc. - Heading elements -
h1
-h6
,hgroup
, etc. - Grouping elements -
main
,p
,ol
,ul
,dl
,figure
,div
- Table elements -
table
,tr
,td
, etc. - Text elements -
em
,br
,mark
,abbr
, etc.
- Meta elements -
- Interactive elements
- Anchors
- Element forms -
form
,input
,select
, etc. - Embedded elements -
audio
,iframe
,img
,svg
,video
,canvas
, etc.
- Semantic markup
- HTML Accessibility
Implement Athens Ruins image gallery and review with your mentor.