HTML
Web pages are written in HTML a simple language , HTML is short for Hyper text markup language.
Why HTML:
it is possible to create webpages without knowing anything about the html source behind the page,there are excellent editors on the market that will take care of the html parts .all you need to do is layout the page.however if you want to make it above average in web design.
- Hyper text is Simple link between two pages .
- Markup language its is a way of layout information with in a document .
Why HTML:
it is possible to create webpages without knowing anything about the html source behind the page,there are excellent editors on the market that will take care of the html parts .all you need to do is layout the page.however if you want to make it above average in web design.
HTML Tags:
HTML markup tags are usually called HTML tags- HTML tags are keywords surrounded by angle brackets like <html>
- HTML tags normally come in pairs like <b> and </b>
- The first tag in a pair is the start tag, the second tag is the end tag
- Start and end tags are also called opening tags and closing tags.
- HTML documents describe web pages
- HTML documents contain HTML tags and plain text
- HTML documents are also called web pages