Try It Yourself!: Create Your Own HTML Web Design!
Try It Yourself!: Create Your Own HTML Web Design!
TRY IT YOURSELF!
C. Links
HTML links are defined with the <a> tag.
TRY IT YOURSELF!
D. Images
HTML images are defined with
the <img> tag.
The source file (src), alternative text (alt),
width, and height are provided as attributes.
TRY IT YOURSELF!
IV. HTML Styles
HTML style attribute has the
following syntax:
HTML Background Color:
HTML Text Color:
HTML Text-Size:
HTML Text-Alignment:
TRY IT YOURSELF!
V. HTML Formatting
HTML also defines special elements for
defining text with a special meaning.
TRY IT YOURSELF!
VI. HTML Button
The <button> tag defines a clickable button.
Inside a <button> element you can put
content, like text or images. This is the
difference between this element and buttons
created with the <input> element.
TRY IT YOURSELF!
VI. HTML Button
VII. HTML <body> Background Attribute
HTML <body> background Attribute
The background attribute specifies a
background image for a document.
TRY IT YOURSELF!
Reference:
http://www.w3schools.com/html/default.asp
Create your own HTML Web Design!