Tomorrow's homework will require you to use italics and linking effectively. Therefore you have a homework assignment tonight to check on your skills in this area. It will be graded. (Those who do not have internet access can give me a text copy demonstrating the code)
Assignment:
1) Write the following sentence. Code the sentence so that the word italic will be in italics and the word html will be in bold
I know how to make text italic in html.
2) Share a site on the internet that you think is really cool. Create a link to the site so that others may click directly from your comment to the site.
Example: There are so many great sites. I like this one and this other one, too..
Below is a quick reminder about how to use html code to code your comment.
It's easy, so don't worry.
HTML CODING
It's easy. The <> signals the computer that you are introducing code not text. The i means italics and the /i means stop using italics.
ITALICS
If you want something to be italic, you put the text inbetween <i> and </i>. Once you publish it.. the and will be italic. If you want it to be bold? <b> </b>. If you want it to be underlined? <u></u>
LINKS
If you want to show a link so that the reader of your comment can click on it directly, you put it between the following <a href="http://www.youraddresshere.com"> and </a> In the quotation marks goes the address you want to be linked. Be sure to include the http:// or the link will not work. So, if you wanted to link to google your code would look like this:
<a href="www.google.com"> google </a>
and would appear like this in comments: google
Recent Comments