·
<p> - Paragraph
·
<b> - Bold
·
<html> and <body> - Normally used at
the start of HTML
·
<br> - Break
·
<src> - Source
·
<img> - Image
·
<color><#1234> - Colour
Here are some
examples of markup tags and the order they go in:
·
<html>
·
<body>
·
<p> This is my first paragraph </p>
·
<p> This is my <b> second </b>
paragraph </p>
·
</body>
·
</html>
XHTML: XHTML
stands for Extensible Hyper Text Markup Language and is a stricter and cleaner
version of HTML. It issues the same principles as HTML but helps to create a
more dynamic website.
·
XML describes data
·
HTML displays data
·
XHTML does both
Using XHTML, it allows the designers to create and customise
their own tags to their own preference. XHTML elements must be properly nested
and must always be closed. XHTML is slightly different to HTML in the way that
only lowercase can be used otherwise it will not work.
No comments:
Post a Comment