<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> - designates a heading;
there are six 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
What I want to know about Web Design is how to add colors to the text and to change the font.
No comments:
Post a Comment