+ 1
Question ❓ How do I link html with css? What is a div in html and what does it do? What does <a> do?
5 Respostas
+ 5
Amarachi Olivia Anyaoha Okoli
Wrong question not html with CSS, it is link CSS in html
Thare are 3 ways:
1 - inline - using style attribute inside html tags
2 - internal - using style tag in html
2 - external - using external css file by using a link tag
About div and other tags please learn Html language or do some research on Google, you can get 1000 answers
https://www.sololearn.com/Course/HTML/?ref=app
+ 2
Link css or Js in html in 3 ways
1. Inline
2.external
3.internal
+ 1
adding from search bar [ edit: Amarachi Olivia Anyaoha Okoli about div, a tags : ]
use search for more:
https://www.sololearn.com/Discuss/1244773/?ref=app
https://www.sololearn.com/Discuss/1095460/?ref=app
0
What is a div html and what does it do
0
What does {a} do