HTML Tags Chart: Tag Name Code Example Browser View
HTML Tags Chart: Tag Name Code Example Browser View
To use any of the following HTML tags, simply select the HTML code you'd like and copy and
paste it into your web page.
<bgsound
src="wonderfu.mid"
autostart="false" loop="1"
<embed src="yourfile.mid" autostart="true" />
embed hidden="false" loop="false"> Music will begin playing
<embed>
object <noembed><bgsound src="yourfile.mid" when your page is loaded
loop="1"></noembed> and will only play one
time. A control panel will
be displayed to enable
your visitors to stop the
music.
<font face="Times New
<font> font Example (Tip)
Roman">Example</font>
<font face="Times New Roman"
<font> font Example (Tip)
size="4">Example</font>
<font face="Times New Roman" size="+3"
<font> font
color="#ff0000">Example</font> Example (Tip)
<form
action="mailto:[email protected]">
Name: <input name="Name" value="" Name: (Tip)
size="10"><br> Email:
<form> form
Email: <input name="Email" value=""
size="10"><br>
<center><input type="submit"></center>
</form>
heading
of HTML <head>Contains elements describing the
<head> Nothing will show
documen document</head>
t
<hr> horizonta <hr />
l rule Contents of your web
page (Tip)