Chap 2 HTML Language
Chap 2 HTML Language
Languages
Semester 3
26 octobre 2024
Course outline
1 HTML history
2 What is HTML
6 Applications
subtle traps...
Dave Small
2.1. HTML is :
HTML stands for Hyper Text Markup Language
2.3. Result
The HTML element is everything from the start tag to the end
tag:
2.4. Examples
3.1. Note
The content inside the <body> section will be displayed in a
browser.
<p>This is a paragraph.</p>
Example:
Example:
height="142">
Each table row starts with a <tr> and ends with a <tr> tag.
Everything between <td> and <td> are the content of the table
cell.
Example:
Example: