Ask a Teacher
which are the main html commands |
HTML, or HyperText Markup Language, is a world wide markup language that allows a user to create his or her own web page. While HTML is a fairly easy to learn markup language, it does involve several hundred commands to learn and memorize. The text between < html > and < / html > describes an HTML document The text between < head > and < / head > provides information about the document The text between < title > and < / title > provides a title for the document The text between < body > and < / body > describes the visible page content The text between < h1 > and < /h1 > describes a heading The text between < p > and < /p > describes paragraph |