Chuyên mục: HTML

HTML tag

HTML Computer Code Formatting :

+ HTML Keyboard Formatting :

<p>To open a file, select:</p>
<p><kbd>File | Open…</kbd></p>

+ The HTML <code> element defines programming code:

<code>
var person = { firstName:”John”, lastName:”Doe”, age:50, eyeColor:”blue” }
</code>

+ HTML Variable Formatting :

<p>Einstein wrote:</p>

<p><var>E = m c<sup>2</sup></var></p>

+HTML Links – Syntax

<a href=url>link text</a>

ví dụ :

<a href=http://www.w3schools.com/html/&#8221;>Visit our HTML tutorial</a>

+ Playing a YouTube Video in HTML :

Example – Using iFrame (the recommended method) :

<iframe width=“420” height=“315”
src=
http://www.youtube.com/embed/XGSy3_Czz8k?autoplay=1&#8221;>
</iframe>