Во почетниот дел од Front-End Академијата ќе ги изучуваш основите на програмирањето, односно HTML. Тој е markup јазик за документи дизајнирани да бидат прикажани на веб страницата. Ќе започнеш со основите, ќе продолжиш кон напредно изучување на овој јазик. Овој сегмент ќе го комплетираш со задача и проект.
- Introduction
- Environment setup, IDE setup
- Basics of HTML – what is it, why it is best for WEB content
- Top level tags – body and html
- Basic HTML tags for content – div (block element) and span (inline element)
- Tag attributes
- More HTML – anchors, paragraphs, lists
- Structure of URL – what is URL, what does it stand for, is URI same as URL, what is a relative path and what is an absolute path
- Images in HTML
- Header tags – h1 to h6
- HTML Tables – back in the old days or…
- De facto present and future – intro to HTML5
- Intro to SEO – why do we need it?
- Some HTML5 semantic tags – header, footer, section, main, article
- Media HTML5 tags – audio and video
- Basic HTML meta tags - head, title, meta
- Doctype
- Introduction to forms
- Basic form elements – input element
- Other form elements – checkboxes, radio buttons, select and button element inside form
- Practical task