HTML
HTML
• HTML:
The set of markup symbols or codes placed in a file intended for
display on a Web browser page.
Character Code
© ©
< <
> >
& &
• <li>
Contains an item in the list
• Relative link
• Link to pages on your own site
<a href="index.htm">Home</a>
My Name
• <table>
The table tag defines an HTML5 table
• <tr>
Defines a table row
• <td>
Defines a table data cell in the row