MrDpcMan Training Page
We will start with a link to a Skills Page on
HTML. the definition of – HTML: Hypertext Markup Language
All pages are built using “TAGS”
This is a open hyperlink tag <a>, and the close tag is </a>
| <html> <head> <title>website title</title> </head> <body> content of website … </body> </html> |
|---|