Class Note
Class Note
class:3
Table tag structure:
<Table border=** cellspacing=** cellpadding=** align=center bgcolor=black
bordercolor=red width=** height=**>
<tr>
<th>name<th>
<th>course<th>
<th>ID<th>
</tr>
<tr>
<td>Apon<td>
<td>web<td>
<td>001<td>
</tr>
Unordered list
structure:
<ul style=**>
<li>1<li>
<li>2<li>
<li>3<li> </ul>
Class:4
topic: html form
Class 5
HTML 5 TAGS
<i>: Italic text.
<strong>: Important text.
<small>: Smaller text.
<s>: Strikethrough text
<sub>: Subscript.
<sup>: Superscript.
<b>: Bold text.
<u>: Underlined text.
<mark>Marked/highlighted text.
<dl>:Description list.
‹dt>: Term/name in a description list.
<dd>: Description/details in a description list
‹figure>: Self-contained content, often with a caption.
<figcaption>: Caption for < figure>.
‹figure>: Self-contained content, often with a caption.
<figcaption>: Caption for < figure>.
‹datalist>: List of pre-defined options for input.
‹details>: Disclosure widget.
<summary>: Summary of a < details> element.
‹dialog>: Dialog box or window.
<datalist>:List of pre-defined options for input.
‹details>: Disclosure widget.
<summary>: Summary of a ‹details > element.
‹dialog>: Dialog box or window.
<video>: Video content.
<audio>: Audio content.
<header>: Represents a header section typically containing introductory content or
navigational links for its nearest ancestor sectioning content or sectioning root.
<nav>: Defines a section of navigation links.
<section>: Represents a thematic grouping of content, typically with a heading.
<article>: Represents an independent piece of content that can stand alone.
<aside>: Represents content tangentially related to the content around it, like
sidebars or call-out boxes.
<footer>: Defines a footer for its nearest ancestor sectioning content or sectioning
root.
<main>: Specifies the main content of the <body> element in a document or
application.
Video content
<video autoplay loop width="50%" height="50%" src="”>
<source src= type="mp4">
<source src= type="mp4">
<source src= type="mp4">
</video>