Session10: Editing HTML Code & Blogs
Session10: Editing HTML Code & Blogs
OBJECTIVES:
Create a blog
Write basic html code
Edit html code
Practice with hexadecimal color codes
Estimated time: Three 50’ sessions
Blogs are Web 2.0 tools. This means that they are a kind of web
site, but one that allows some interaction with its users.
You can use a blog:
Blogs are written in html code. You can edit them by changing the
html code.
ACTIVITY 1
In pairs, create your blog .Go to www.google.com and set a
blog. Use your gmail email address and password
Choose a template
Spend some time exploring the options
1
Go to Format and set it in English
Go to Layout and edit the header
TIP: MAKE SURE YOU REMEMBER THE URL OF YOUR BLOG,
AND THE USERNAME AND PASSWORD YOU USED TO CREATE
IT
HTML CODE
Hypertext Markup Language, or HTML code is the language or code
used to write web pages. A basic knowledge of this code will allow
you to make changes in pages that already write the text in html.
Instead of writing the text in letters, you can access the html code
and change things.
ACTIVITY
1. in your blog, click on “new entry”. Then click on “html “, and in
the text box, write the title of the entry using html code. Follow
the instructions below:
<HTML>
<HEAD>
2
<TITLE>YourPageTitle</TITLE>
</HEAD>
<BODY>
Go to this page,
http://www.december.com/html/spec/color.html
and choose the colors you like. Copy the hexadecimal code of the
color you choose, and then paste it in place of the original code in
the blog. Paste it twice, in “default “ and in “value”
3
<Variable name="linkcolor" description="Link Color"