Study guide Flashcards
what does html stands for?
indicates the beginning of your code written in HTML.
Digital Footprint
The collected information about an individual across multiple websites on the internet.
what does html stand for?
Hyper Text Mark-up Language.
What is the tag used for?
contains information (sometimes called “metadata”) about your web page.
what does <p> used for?</p>
defines a paragraph.
What does stand for?
contains all the main content of your web page.
what does doctype html
you find this in the very start of your website is just like and tells the browser is html5
<h1></h1>
what does this tag do?
It makes texts bigger
<h2></h2>
what does this tag do>
makes the text a little more tiny.
<h3></h3>
makes the text not big and not tiny perfect to read
<h4></h4>
makes the text to look more tiny.
<h5></h5>
makes the text little and difficult to read.
<h6></h6>
makes the text more and more smaller.
img src = “images/nvjdf.jpg” alt=””
is used to put and image
debugging
looking thru codes and finding what was the problem