Reference : Codecademy - Learn HTML - Introduction To HTML
- Any visible content should be placed within the opening and closing
<body>tags . - Headings and sub-headings,
<h1>to<h6>tags, are used to enlarge text. <p>,<span>and<div>tags specify text or blocks.- The
<em>and<strong>tags are used to emphasize text. - Line breaks are created with the
<br>tag. - Ordered lists (
<ol>) are numbered and unordered lists (<ul>) are bulleted. - Images (
<img>) and videos (<video>) can be added by linking to an existing source.<video src = "https://xxxxxx" width = "320" height = "240" controls>