HTML Flashcards
What does HTML stand for?
Hyper Text Markup Language
What is the definition of HTML?
Programming language used to create and display webpages.
What is the definition of a Tag?
The name given to an element in the HTML code. Each tag is contained in chevrons (<>) and should have an opening and closing tag, however there are some exceptions to the rule e.g. <img></img>
What is the definition of an Opening Tag?
The first part of the tag.
What is the definition of a Closing Tag?
The last part of the tag that tells the browser that the tag has ended. Has a ‘/‘ to show the difference between the opening and closing tag.
What is the definition of an Attribute?
HTML attributes give elements meaning and context e.g. <img></img> needs a source ‘src’.
What are Chevrons?
< >
What are these called: < >?
Chevrons