![]() |
Created by Mark Storry
about 8 years ago
|
|
Question | Answer |
<html> </html> | Creates a HTML document |
<head> </head> | Sets off the title and other info that isn't displayed |
<body> </body> | Sets off the visible portion of the document |
<title> </title> | Puts the name of the document in the title bar |
<p> </P> | Creates a new paragraph |
<ul> </ul> | Creates an unordered list |
<ol> </ol> | Creates an ordered list |
<li> </li> | Defines a list item |
<h1> </h1> <h6> </h6> | Creates headlines (h1 = largest) (h6 = smallest) |
<b> </b> <strong> </strong> | Creates bold text (<strong> is used to emphasise words) |
<i> </i> <em> </em> | Creates italics text (<em> is used to emphasise words) |
<img src="URL" /> | Adds an image |
<a href="URL">clickable text</a> | Creates a hyperlink to a URL |
Want to create your own Flashcards for free with GoConqr? Learn more.