HTML is an abbreviation for Hypertext Markup Language, a markup language to design a webpage and describe how it should be understood and displayed, also for example tags, to describe how important one part of a text is.
Search Engines consider this tags, when rating a website for their Search Results.
A HTML Command is included in < and > and can have attributes, which are written like this: href= http://www.example.com .
All HTML Commands which include text have to be ended with the command without it S attributes and with the prefix /.
A full HTML Command looks like this:
Example
This HTML Command displays a link to example.com, which will open in a new window when clicked on Example |