Including CSS: Internal Styles
There are several ways to include CSS in an HTML document. One way to include CSS in an HTML document is to use the <style>
element.
index.html
- The advantage of using the
<style>
element is that it allows you to define styles that apply to the entire document in one place; - The disadvantage is that it can make your HTML document challenging to read and maintain since all your styles are mixed in with your HTML code.
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 2
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 5.26
Including CSS: Internal Styles
Deslize para mostrar o menu
There are several ways to include CSS in an HTML document. One way to include CSS in an HTML document is to use the <style>
element.
index.html
- The advantage of using the
<style>
element is that it allows you to define styles that apply to the entire document in one place; - The disadvantage is that it can make your HTML document challenging to read and maintain since all your styles are mixed in with your HTML code.
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 2