HTML Tags
HTML Tags
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.
<font> font
<font face="Times New Roman" size="+3"
color="#ff0000">Example</font> Example (Tip)
<form action="mailto:[email protected]
">
Name: <input name="Name" value="" Name: (Tip)
heading
of HTML <head>Contains elements describing the
<head> documen document</head> Nothing will show
t
Contents of your
<hr> horizonta <hr /> web page (Tip)
l rule
Contents of your web page
Contents of your web page
<hr> horizonta <hr width="50%" size="3" />
l rule Contents of your web page
Contents of your web page
<hr> horizonta <hr width="50%" size="3" noshade />
l rule Contents of your web page
<hr> Contents of your web page
(Internet horizonta <hr width="75%" color=" #ff0000 " size="4"
Explorer) l rule /> Contents of your web page
<hr> Contents of your web page
#6699ff
(Internet horizonta <hr width="25%" color=" " size="6"
Explorer) l rule /> Contents of your web page
<html>
<head>
<meta>
hypertext <title>Title of your web page</title>
<html> markup Contents of your web page
language </head>
<body>HTML web page contents
</body>
</html>
<i> italic <i>Example</i> Example
<img src="Earth.gif" width="41"
<img> image height="41" border="0" alt="text describing
the image" /> (Tip)
Example 1:
Example 1: (Tip)
<form method=post action="/cgi-
input bin/example.cgi">
<input>
field <input type="text" size="10" Submit
maxlength="30">
<input type="Submit" value="Submit">
</form>
Example 2:
<marquee
<marquee bgcolor="#cccccc" loop="-1"
> scrolling
scrollamount="2" width="100%">Example
(Internet text
Marquee</marquee>
Explorer)
(Tip)