Курс Първи стъпки в HTML и CSS за създаване на уеб страници ще стартира на 13.04.2016г.
Обучението дава фундаментални и задълбочени знания за създаване на уеб сайтове. Бързо и лесно ще се научите да изграждате responsive сайтове като използвате възможностите на HTML и CSS.
Ще се научите да :
- представяте съдържанието на сайта изграждайки го използвайки менюта, навигация, филтри, социални икони, бутони, линкове, медия, таблици и много други компоненти;
- планирате и управлявате процеса на дизайн и разработка използвайки уеб стандартите;
- създавате, лесно и бързо, общ стил за всички страници чрез CSS;
- работите с @media за да създавате responsive уеб сайтове;
За кого е предназначен курса:
Обучението е подходящо за начинаещи.
Продължителност:
Продължителността е 16 часа.
Цена:
Цената е 175 лева.
График на провеждане:
Обучението ще се проведе във вечерна форма.
За да получите повече информация и/или да се запишете свържете се с нас на тел.: 02/958 9965 и nadia@ontarget.bg .
Програма на Първи стъпки в HTML и CSS за създаване на уеб страници:
- Introduction
- Introducing HTML and CSS
- Keeping a web project on track
- Planning and High-Level Design
- Brainstorming
- User stories and user personas
- Feature/unfeature list
- Wireframes
- Mock-ups
- Information architecture
- Prototype
- Examples and exercises
- Giving Your Pages Structure: HTML5
- What are web pages, really?
- Elements
- Attributes and their values
- Empty elements
- Document types
- Document shell – the head and the body
- Marking up content – sections, article and aside, headers and headlines, footers, text
- Links
- Emphasis
- Other inline elements
- Lists
- Images
- Audio and video
- Tables
- Forms
- Special characters
- Examples and exercises
- Exploring Fundamental Concepts of CSS
- The origins and evolution of Cascading Style Sheets
- How CSS works
- Applying styles to web page elements
- CSS inheritance: making the general case work in your favor
- Visual rendering: document flow and the CSS box model
- Examples and exercises
- Developing CSS3 in Practice: From Design to Deployment
- The visual source: understanding design documents
- Diving into code: advanced CSS concepts applied
- Page structure: laying out the page
- The header: start at the top
- Exploring the world of fonts
- Room to breathe: space it out
- Give those form elements some style
- Sidebar styling
- CSS3 transitions
- Footer beautification
- CSS media types and creating print style sheets
- Designing for other media types and devices
- Examples and exercises
- Responsive Design
- Why bother?
- Strategy and practice
- Introducing the @media query
- Adding phone-specific rules
- Adding tablet-specific rules
- Examples and exercises