Símbolos e Emoji no seu site - @Curso em Vídeo HTML5 e CSS3

Símbolos e Emoji no seu site - @Curso em Vídeo HTML5 e CSS3

Introduction to HTML and CSS

Overview of the Video Series

  • The video continues from a previous discussion about paragraphs and line breaks, introducing a "gambiarra" (hack) commonly used by many.
  • The instructor welcomes viewers to another session of their HTML and CSS course, specifically Chapter 5 of the accompanying PDF.

Course Context

  • A brief pause is made for an announcement regarding courses available on the Record platform, aimed at beginners in technology.
  • Mentioned courses include basic Windows navigation, practical Word usage, Excel for everyday tasks, and PowerPoint presentation skills.

Practical Exercise Setup

Preparing for Exercises

  • The instructor encourages students to open their exercises and navigate through files using the file explorer.
  • Instructions are given on how to open an HTML exercise file correctly; if it doesn't display properly, adjustments can be made by resizing windows.

Common Mistakes in HTML

Misuse of Line Break Tags

  • Discussion on improper use of <br> tags for creating vertical space between elements; this method is discouraged as it leads to poor coding practices.
  • Emphasis on learning proper CSS techniques for spacing instead of relying on multiple <br> tags which are considered unprofessional.

Importance of Professional Standards

  • The instructor stresses that professionals do not use such hacks in coding; they should focus on clean code practices.

HTML Comments and Special Symbols

Adding Comments in Code

  • Explanation of how to add comments in HTML using <!-- comment -->, which will not appear in the rendered output.

Using Special Characters

  • Introduction to special symbols like registered trademarks (®), copyright (©), and others using specific codes or entities within HTML.

Examples of Special Symbols

  • Demonstration includes how to insert symbols like registered trademark (®) and copyright (©).

Currency Symbols

  • Discussion about various currency symbols including Euro (€), British Pound (£), Japanese Yen (¥), etc., with examples provided.

Understanding HTML and CSS Course Structure

Course Overview

  • The course includes a variety of modules, with a focus on practical applications such as using special characters and symbols in HTML.
  • Certificates for the course are valid nationwide, confirming the legitimacy of the training provided.
  • There will be five modules in total, each culminating in a certificate upon completion. Each module consists of approximately forty lessons.

Special Characters and Emojis

  • Participants are encouraged to explore Emojipedia for selecting emojis to use within their projects.
  • Instructions are given on how to find and copy emoji codes from Emojipedia, emphasizing that not all browsers may support direct copying.

Emoji Integration Techniques

  • To use an emoji in HTML, one must start with an ampersand (&), followed by a hashtag (#), then 'x', and finally the hexadecimal code (e.g., & #x1F913;).
  • Users can add any emoji from Emojipedia into their documents, but some emojis (like flags) may encounter compatibility issues.

Learning Engagement

  • The instructor stresses the importance of active participation rather than passive viewing; students should engage with exercises instead of just watching videos.
  • A warning is issued about potential pitfalls during learning; students should take notes to avoid confusion later when revisiting material.

Preparation for Future Lessons

Video description

O Curso de HTML5 e CSS3 vai ensinar a criar sites usando a linguagem de marcação hipertexto (HTML) e folhas de estilo em cascata (CSS), todas em suas versões mais recentes. Neste curso, o Professor Gustavo Guanabara criou um conjunto de vídeos, exercícios, desafios e um material de apoio em forma de e-book com 30 capítulos ao todo. Acesse o material de apoio em PDF: == GitHub: https://github.com/gustavoguanabara/html-css/tree/master/aulas-pdf Receba notificações de novos vídeos: == Canal no Telegram: https://t.me/cursoemvideo Acompanhe todos os vídeos do Módulo 1 do Curso de HTML5 e CSS3: == Módulo 01: https://www.youtube.com/playlist?list=PLHz_AreHm4dkZ9-atkcmcBaMZdmLHft8n Consiga certificados fazendo o curso diretamente pelo site oficial do projeto: == Site: https://www.cursoemvideo.com Torne-se apoiador do projeto: == Acesse: https://www.cursoemvideo.com/apoie Siga-nos nas redes sociais: == Gustavo Guanabara no Instagram: https://www.instagram.com/gustavoguanabara == Curso em Vídeo no Instagram: https://www.instagram.com/cursoemvideo == Hostnet no Instagram: https://www.instagram.com/hostnetbr == Recode no Instagram: https://www.instagram.com/rederecode == Estudonauta no Instagram: https://www.instagram.com/estudonauta Conheça os patrocinadores desse curso: == HOSTNET: https://www.hostnet.com/cursoemvideo == RECODE: https://www.recode.org.br/novidades == ESTUDONAUTA: https://www.estudonauta.com/cursoemvideo #cursohtml5css3 #modulo01 #C05A02