Integrating JavaScript with HTML
To integrate javascript with the html, the following syntax must be used.
Read the rest of this entry »
To integrate javascript with the html, the following syntax must be used.
Read the rest of this entry »
This is a container which hosts the FRAME,
FRAMESET, and NOFRAME tags.
< FRAMESET
COLS=col-widths
FRAMEBORDER=yes-no
FRAMESPACING=spacing
ROWS=row-heights
BORDERCOLOR=“colorname/rgb format” >
Frames
Defines a single frame in a frameset and there is no matching end tag as this is not a container.
Read the rest of this entry »
Area Specifies the shape of a hyperlink “hot spot” in a client-side image map.
< AREA
ALT=text
COORDS=coordinates
HREF=url
SHAPE=CIRC | CIRCLE | POLY | POLYGON | RECT | RECTANGLE >
On the other hand, < MAP NAME = name > Specifies a collection of hot spots for a client-side image map.
Read the rest of this entry »
HTML is used in conjunction with CSS to format and present hyperlinked pages. Dynamic HTML, through the Document Object Model, makes all elements in HTML accessible through language-independent scripting and other programming languages, thus dramatically increasing client-side interactivity without additional requests to the server. The page’s object model allows any aspect of its content (including additions, deletions, and movement) to be changed dynamically.
Read the rest of this entry »
< html >
< head >
< title > Title of page < /title >
< /head >
< body >
This is my first homepage. < b > This text is bold < /b >
< /body >
< /html >
What is an HTML File?
• HTML stands for Hyper Text Markup Language
• An HTML file is a text file containing small markup tags
• The markup tags tell the Web browser how to display the page
• An HTML file must have an .htm or .html file extension
• An HTML file can be created using a simple text editor