Click here for the article.
The Adventures of Web Design
Thursday, June 23, 2011
Maryland's Horse Rescue Run by Prison Inmates
Click here for the article.
Thursday, June 9, 2011
Thursday, September 16, 2010
...What is nesting in HTML?
What is it?
Putting one element inside another element!
Example:
<html>
<head>
<title> The Adventures of Web Design! </Title>
</head>
ALWAYS make sure your tags are right!
<p> I <em>love</em>squirrels! </p> <--- Like this
Make sure that you 'wrap' the tag around what ever word you want emphasized or changed.
What will happen if you don't do it right?
What ever you wanted tagged won't show up correctly on browsers...don't let that happen!
HAVE FUN NESTING!
Putting one element inside another element!
Example:
<html>
<head>
<title> The Adventures of Web Design! </Title>
</head>
The <head> is "nested" in the HTML, and the <title> is nested in the <head>.
ALWAYS make sure your tags are right!
<p> I <em>love</em>squirrels! </p> <--- Like this
Make sure that you 'wrap' the tag around what ever word you want emphasized or changed.
What will happen if you don't do it right?
What ever you wanted tagged won't show up correctly on browsers...don't let that happen!
HAVE FUN NESTING!
Monday, September 13, 2010
What I've learned in Web Design so far
Web Design has opened many doors for me since I did not know how to make a webpage at all before I started this course!
Here's what I've learned.
HTML - The plain version, or the base of a webpage (you can't make an HTML webpage with pretty colors, and you can't control the font)
- Tags to specify what you're using that text for (<h> header,<p>paragraph, <li> list)
-Adding more than one page to a website by telling the web browser to "grab" things from certain places from the computer
CSS - More advanced way of making a webpage by using color, borders, fonts, special effects, etc.
-Tags for CSS: (<font family>, <border>, <background>, <background color>)
Here's what I've learned.
HTML - The plain version, or the base of a webpage (you can't make an HTML webpage with pretty colors, and you can't control the font)
- Tags to specify what you're using that text for (<h> header,<p>paragraph, <li> list)
-Adding more than one page to a website by telling the web browser to "grab" things from certain places from the computer
CSS - More advanced way of making a webpage by using color, borders, fonts, special effects, etc.
-Tags for CSS: (<font family>, <border>, <background>, <background color>)
Subscribe to:
Posts (Atom)