Tag GlossRy Flashcards
Used to define tables and table cells in a web page
<a></a>
Used to create hyperlinks
Embed content from another source
<b></b>
Emphasises or bolds text
<h1></h1>
Defines font size
<ol><li></ol>
</li></ol>
Marks text for ordered and numbered (123) list
<strong> </strong>
Emphasises or bolds text
Used to define style information for a html document
<i></i>
Italicizes text
The beginning and end of the document used for title
The beginning and end of the web page body
<ul></ul>
The beginning and end of an unordered list
<hr></hr>
Inserts horizontal line
The beginning and end of a HTML document
The beginning and end of the title: the title is displayed in title bar of the browser
<p></p>
The begging of a new paragraph, inserts a blank line above a new paragraph
<li>
</li>
Indicates the item that follows the tag is an item within a list
<br></br>
Breaks a line of text at the point where the tag appears
Centres text or graphics on a web page
Changes the size, font face and colour of a text
<img></img>
Displays images in a web page