HTML Code
<h1> - <h6>
Headings are the different sized section titles throughout a web page. Headings add structure to your web page by breaking it up so its easier for a user to read.
Digital Footprint
The collect information about an individual across multiple websites on the internet
Alternative Text
descriptive text that can be set to appear in place of an image
Copyright
the exclusive legal right, given to an originator or an assignee to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.
Share Alike
you must use the same licenses when changing the work
<ul>
<This HTML tag starts a list of bulleted items
Creative Commons
A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created
Comments
A note in the source code of a computer program that helps explain the code to people who read it
<img>
Adds an image to a web page
Whitespace
Any character that shows up as a blank space on the screen, such as a space, a tab, or a new line; helps separate different parts of the document to make it easier to read
"quotes"
Attribute values should always be enclosed in these
</>
Closing HTML Tag which marks the end of an element
<body>
Contains all the visible contents of your web page by using this HTML tag
<head>
Contains information (sometimes called "metadata") about your web page by this HTML tag
<li>
Each item in the list is marked by this HTML tag
<!--This text will not be displayed-->
Example of a Comment that is in the HTML source code
Debugging
Finding and fixing problems in your algorithm or program.
<html>
Indicates the beginning of your code written in HTML by this HTML tag
</p>
Marks the end of a paragraph by this HTML tag.
Non-Commerical
Others many not use this work for advertising or to make money
Attribution
Others who this work must give credit to the original author
Bug
Part of a program that does not work correctly
<p>
Starts a paragraph which are just blocks of text in your web page using this HTML tag
<!DOCTYPE html>
Tells the computer that this is a document written in HTML by this HTML tag
Indentation
The placement of text farther to the right or left of the surrounding text, making it easier to understand the program's structure
<ol>
This HTML tag starts a list of numbered items
Citation
a quotation from or reference to a book, paper, or author, especially in a scholarly work.
intellectual property
a work or invention that is the result of creativity, such as a manuscript or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.
No Derivatives Works
allows others to use your work as is, but they cannot change or derive other work from it
alt
alternative text
<>
opening HTML tag which marks the start of an HTML element
scr
stands for the source and tells which image to load