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