LONG QUIZ REVIEWER Flashcards
(29 cards)
Stands for Hyper Text Markup Language
HTML
Developed by Tim Berners-Lee in 1991
HTML
This type of tags does not contain any other tag or text.
Empty tag / single tag / unpaired tag
This type of tags have an opening tag, some text, or tags enclosed in it and a closing tag.
Container tag / Double tag / Pair tag
Is a way to deliver information to the users which are connected with it.
Website
URL
(Universal Resource Locator) or (Uniform Resource Locator)
Contain fixed number of pages and format, which delivers information to the user.
Static website
Can change the web page contents while the page is running on the user’s browser.
Dynamic websites
Is defined by <head> tag, it represents the document’s (web page) header, which can keep other HTML tags like <title> tag, <link></link> tag etc.</title>
Head section
is use to mention the document’s title.
Title tag
is use to link the external CSS file.
Link tag
Use to display the contents of the web page.
Body tag
Represents the area inside the website page in which the text or graphics can be displayed.
HTML body tag
tag is used to define a paragraph on a webpage.
HTML <p>
tag stands for Horizontal Ruler, it is used to create a horizontal line on the HTML document.
<hr></hr>
A web page can contain various links that redirect you to other page, these links are known as
Hyperlinks.
Allow visitors to navigate between web pages or websites by clicking on a word or an image.
Hyperlinks
is specified using an HTML tag <a></a>
Hyperlink
is used to create links in the same page on a specific part.
HTML Bookmark
is used to insert image in your web page
Image tag / img
is used to change the text size, text color and font of the text
Font Tag
are the text that will be ignored by the browser, Any text written inside the comment will not be displayed on the web page as output, text inside comment will only be visible in the text editor.
Comment Tag
is use for listing information, so that they are clearly associated with each other.
List
is a collection of related list items that have no special order or sequence
Unordered List / <ul>