Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML (More Tags (<img src= “foldername/imagename.png/jpeg/gif”…
HTML
More Tags
<img src= “foldername/imagename.png/jpeg/gif” alt=”message for broken images”>: adds image and sets message for when the image doesn’t load
-
-
-
-
-
-
*to edit specific p/img/etc elements, add class=”(class name)” to the element in HTML, then change it by using the selector .(class name) to change them
-
Definitions
-
The main tag (always needed)<html> and </html> : tells the page what language its in + start and finish.
-
-
-
-
What is it?
Hyper-text Markup Language: is a coding language in which people use to create websites on the internet.
-
-