Programa de HTML e CSS
- Editores
- Sintaxe do HTML
- Estrutura de um documento HTML
- <html> <head><body>
- <meta charset="UTF-8">, meta name="keywords" content="HTML">
- Fluxo do documento
- Tags HTML
- <title>
- <p>, <strong>, <em>, <br>
- <h1>...<h6>
- <ul>, <ol>
- <img>
- <a href>
- <a name>
- <table>
- <span>, <div>
- Block vs Inline
- Sintaxe e inclusão de CSS
- Aplicação a um elemento
- Propriedades
- background-color
- color
- font (family, size, style, weight, variant)
- text (align, decoration, transform)
- letter-spacing, line-height, word-spacing
- Box model e box-sizing
- ID's e Classes
- lists
- margins & paddings
- background (image, repeat, position, attachment, size)
- border (style, color, width)
- a:links, a:visited, a:hover, a:active
- position: static, relative, absolute
- posicionamento com float e clear
- <pre>, <code>
- Formulários (GET, POST)
- Responsive Web Design (Media queries, Mobile-first
- Utilização de uma Framework (Bootstrap)
- Inserção de JavaScript