Expected results
Students know
- Demonstrates the skill of creating, saving and opening your own webpage.
- Demonstrates knowledge of webdocument structure
- Uses tag for headlines to create your own web page.
- Understands the differences between the types of headers
- Uses basic tags to create your own webpage.
HTML Text Formatting
- Bold text
- Important text
- Italic text
- Emphasized text
- Marked text
- Small text - Deleted text
- Inserted text
- Subscript text
- Superscript text
Adding an image
In HTML, images are defined with the tag.
The tag is empty, it contains attributes only, and does not have a closing tag.
The src attribute specifies the URL (web address) of the image: url">
The alt Attribute
Image Size - Width and Height
You can use the style attribute to specify the width and height of an image.
Image as a Link
To use an image as a link, put the tag inside the tag:
Image Floating
Use the CSS float property to let the image float to the right or to the left of a text:
The image will float to the right of the text.
The image will float to the left of the text.
Background Image
To add a background image on a web page, specify the background-image property on the BODY element:
...
HTML Links - The target Attribute
The target attribute specifies where to open the linked document.
The target attribute can have one of the following values:
_blank - Opens the linked document in a new window or tab
_self - Opens the linked document in the same window/tab as it was clicked (this is default)
_parent - Opens the linked document in the parent frame
_top - Opens the linked document in the full body of the window
framename - Opens the linked document in a named frame
Материалы на данной страницы взяты из открытых источников либо размещены пользователем в соответствии с договором-офертой сайта. Вы можете сообщить о нарушении.