A | B |
<p> | the beginning of the paragraph |
</P> | the ending of a paragraph |
<head> | the beginning of the heading |
</head> | the ending of the heading |
<body> | the beginning of the body of the website |
</body> | the ending of the body of the website |
HTML | a language used to create web pages |
HTML Element | A piece of a website, marked by a start tag and closed with an end tag |
Website content | The raw text, images, and other elements included in a web page |
Website Structure | used to help the computer determine how that content should be displayed |
<!DOCTYPE html> | tells the computer this is a document written in HTML |
<html> | Indicates the beginning of your code written in HTML |
Citation | a quotation from or reference to a bookm paper, or author |
Copyright | the legal right to print, publish, perform, film or record literay, artistic, or musical material |
Creative Commons | a collection of public copyright licences that enable the free distribution of copyrighted work |
Itellectual property | a work or invention that is the result of creativity, such as a piece of writing or a design |
Bug | part of a propram that does not work correctly |
Comment | a note in the source code of a computer program that helps explain the code to people who read it |
Debugging | finding and fixing problems inan algorithm or program |
Indentation | The placement of text farther to the right or left of the surrounding text making it easier to understand the program's structure |
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 |