Unit 3 Blog Post #2 - Tags Learned 11/13/15
<html> -
designates an HTML document
<head> - designates the head of
the document
<title> - designates the title that
appears in the browser’s window
<body> - designates the contents
of the document
<h1>, <h2>,
<h3>, <h4>, <h5>, <h6> -6 levels of headings
<p> -
designates a paragraph of text
<p align=right> - designates a paragraph of
text will be right aligned
<p align=center> - designates a paragraph of
text will be centered
<br> - indicates a line break
<em> - emphasis, usually italics
<strong> - strong emphasis, usually
bold
<cite> - used for titles of books,
etc., usually italics
<b> - bold text
<i/> - italic text
No comments:
Post a Comment