|
HTML, the HyperText Markup Language, is the standard markup language for pages on the World Wide Web.<br><br> This type of coding is used to create paragraphs, add backgrounds, change text color and size, tables, lists, clickable links, and images.
Some examples of HTML tags are:
<br><br><xmp><html></xmp> - To begin an html document<br> <xmp><body></xmp> - To add background colors or images and change text and link colors<br><xmp><p></xmp> - To create paragraphs<br><xmp><font></xmp> - To change text size and color <br><br><br>In the example above, those were opening HTML tags. Most but not all opening tags require a closing tag like <xmp></html></xmp><xmp></body></xmp><xmp></p></xmp><xmp></font></xmp> |