web and html Flashcards
What is the web?
Is made of pages and is written in a coding language called html.
What is html?
acronym: Hyper text markup language
What is hyper text?
type of text that uses references and links
What are servers?
They are computers with programs which answer a browser’s requests.
What is http?
Acronym: Hyper text transfer portal
What is the (s) in https?
secure; portal
What is syntax?
Grammar rules for a computer language
What is Formalism in coding?
It means that computer take code literally.
What is Nesting?
Bits of code inside other bits of code in an orderly way.
What is one resource to use for coding related help?
Mozilla Developer Network
What is a text file?
This contains only letters, numbers, symbols and spaces.
what is HTML written in?
is written in text
What is a markup?
Text that has special meaning.
What is an Element?
It starts and ends with a tag, ex. <em>, </em>
What is an opening tag?
is the first tag in an element.
What is a closing tag?
is the last tag of an element.
What are angle brackets?
are “<,>”
What is the meaning of these tags: <em>,</em>?
They emphasize the text inside of the tags.