+ 2
formatting
i am just starting to learn about html and i came this topic 'formatting' in the coding example that was given i came across something like "<div class="section">" and "<link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet">" please can someone help me explain
3 Answers
+ 3
<div class="x"> - div is a container, class is some kind of a tag. You can give the same class name to different elements, and you can later call them in css.
<link href"#"> - In your case its for a font i guess.
rel="stylesheet" - this is used to make a 'connection' between html and css document.
I am not good at explaining, so if I made a mistake, correct me.
0
Hallo
0
hello