Links internos - @Curso em Vídeo HTML5 e CSS3

Links internos - @Curso em Vídeo HTML5 e CSS3

Creating Internal Links in HTML

Introduction to Links

  • The video continues the course on HTML and CSS, focusing on creating links as connections between web pages.
  • A recap of the previous lesson is suggested, which covered external links; this session will delve into internal links.

Importance of Internal Links

  • Emphasizes the significance of understanding internal links for website navigation and structure.
  • Mentions a special course offered by Estudo em Alta that teaches app development using Android Studio, highlighting opportunities for learning beyond just web design.

Creating Internal Links

  • The instructor begins demonstrating how to create an internal link within a project, referencing previously created exercises.
  • Defines an internal link as one that connects to another page within the same server or site.

Types of Internal Links

  • Introduces two types of internal links:
  • The main entry point (home page).
  • Navigation links to other pages within the site.

Practical Example: Setting Up Pages

  • Demonstrates creating a new HTML file (page002.html), establishing it as a secondary page linked from the main index page.
  • Shows how to create an anchor tag in the index file that points to page002.html without needing full URL paths.

Testing Link Functionality

  • Tests if the internal link works correctly by navigating from the index page to page002.html and back again.

Navigation System Implementation

  • Discusses adding a return link on page002.html back to the index, enhancing user navigation experience.
  • Explains implementing "previous" and "next" buttons for easier navigation between multiple pages.

Semantic Structure in Navigation

  • Highlights semantic importance in coding navigation elements, ensuring search engines understand site structure better.

Linking and Page Navigation in Web Development

Creating Links and Understanding Their Implications

  • Discusses the importance of linking to external sites, suggesting that links can be placed on different pages for promotional purposes.
  • Emphasizes the need for caution when linking to content without personal endorsement, especially regarding sensitive topics like fake news.
  • Mentions Google's recommendation to label sponsored links clearly, ensuring transparency about paid placements.

Managing Link Behavior

  • Explains how to create links that open in new tabs using HTML attributes, highlighting the importance of user experience.
  • Clarifies that certain link behaviors are designed for search engines rather than users, indicating a focus on SEO practices.

Structuring Pages and Files

  • Introduces the process of creating a new page within a designated folder structure, emphasizing organization in web development.
  • Describes how to create an HTML file within a specific directory and ensure proper navigation between pages.

Troubleshooting Navigation Issues

  • Addresses common errors encountered when linking files incorrectly, such as "file not found" messages due to incorrect paths.
  • Suggests using keyboard shortcuts for efficient navigation through file structures while developing websites.

Best Practices for Internal Linking

  • Advises on specifying correct paths when linking between pages located in different directories to avoid broken links.

Introduction to HTML and Course Structure

Overview of the Course

  • The course begins with an introduction to Linux, guiding users on how to navigate through playlists and access learning materials.
  • It is confirmed that the course will provide valid certificates upon completion, addressing common queries about their legitimacy.

Course Modules and Certification

  • The course consists of five modules, each culminating in a certificate. Completion of all modules is necessary for certification.
  • Each module contains approximately forty lessons, concluding with a final video summarizing key concepts.

Practical Application

  • Emphasis is placed on hands-on practice; learners are encouraged to create examples independently rather than merely copying code.
  • Students should create their own web pages and links within their projects to reinforce learning through practical application.

Learning Approach

Video description

Você sabe como criar links internos para seu site? Sabe como usar o nofollow? Sabe para que serve um link nofollow? Sabe como navegar entre páginas que estão dentro de pastas? Sabe como voltar para a pasta anterior usando links? Veja a resposta para todas essas perguntas assistindo esse vídeo até o final. Tópicos deste vídeo: 00:00 - Capítulo 10, aula 02 00:14 - Links internos 00:48 - Criação de aplicativos de celular 02:00 - O que é um link interno 02:35 - Criando uma página interna 03:12 - Criando o link interno 04:23 - Criando um link para voltar 06:13 - Usando o nofollow 08:15 - Criando uma página em pasta 09:00 - Links internos com caminhos 10:16 - Usando target _self 11:13 - Navegação voltando pastas 13:07 - Quero certificados! 13:50 - Pratique bastante 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 #C10A02