Recommended HTML
Below is a listing of some of the HTML commands recommended to be reviewed first, if not already known.
A HREF - Creating a link to other pages.
BODY - Setting the looks of the web page.
BR - Creating a line break.
IMG SRC - Creating an image.
META - Creating meta tags.
TITLE - Creating a title for a web page.
All additional HTML command can be found on our HTML commands section.
BODY - Setting the looks of the web page.
BR - Creating a line break.
IMG SRC - Creating an image.
META - Creating meta tags.
TITLE - Creating a title for a web page.
All additional HTML command can be found on our HTML commands section.
HTML overview
HTML, or HyperText Markup Language, is a world
wide markup language that allows a user to create his or her own web
page. While HTML is a fairly easy to learn markup language, it does
involve several hundred commands to learn and memorize.
With
HTML, the user creates tags; tags are anything between the less-than
and the greater-than signs. Using the tags, this identifies where the
commands begin and end. For example, Bold Text tells
the browser that is the beginning of the bold text statement
that will turn anything after that tag bold; once the browser hits
the browser then turns the bold text statement off, allowing
for only specific text to be bold
On this page we
have created a list of HTML commands, which can be used in web pages to
change text, add different features, and apply other effects.
HTML commands
- HTML Tag that allows you to implement comments into your HTML Code, which would be hidden to the average browser.
Example:
Preview:
-HTML tag that allows aspects of your web page to be anchored, such as a link tag.
Example:
Preview:
Example:
Example:
Computer Hope
Preview:
Computer Hope
- Command that changes the format of the text to signify an address.
This is used with e-mail addresses. However, can also be used for a
street address.
Example:
support@computerhope.com
Preview:
support@computerhope.com- Command used with Netscape to implement a Java application into a web page.
Example:
Preview:
View COOL FEATURES to see Java applets.
Additional information:
To insert JavaScript into your web page you would use the
0 comments:
Post a Comment