Jun 13, 2024
<html>
, <head>
, <title>
, <body>
, etc.<p>
, <h1>
to <h6>
for content formatting.<ul>
for unordered (bulleted), <ol>
for ordered (numbered) lists.<table>
, <tr>
, <td>
for tabular data.<img src="">
for embedding images.<form>
, <input>
, <button>
for user interactions like searches.<a href="">
for linking to other pages.function
keyword.let
similarly to Python.querySelector
to interact with HTML elements..classname
or #idname
.style
attributes..css
files to separate style from content.