Latest Lists

Just want some help in html?

Because this is my homework and don't know what the hell I'm doing. So can show me a example of it Here it is: Create a personal Web page. Find a digital image that you can use as a background image using the BACKGROUND attribute of the <BODY> tag. Place your name as the first line on the page and format it with the <H1> tag. If you have a digital picture of yourself, place it directly beneath the <H1> tag. Next, add the following categories to your Web page using <H2> tags: •Contact Information •Work or School Information •Current courses that you are taking. •Biographical Information •Hobbies and Interests Separate each <H2> section with a horizontal rule. When necessary, use<H3> tags within an <H2> section to emphasize a subcategory. Your web page should also have each of the following HTML features: •Titled: My web page •Body tag with defined, text color, links and visited links color. •Ordered list and unordered list •Three links to another web page •A picture with defined align attributes •Any additional three features of your choice. Save the HTML document as PersonalPage.html That's the whole thing from the top of this to this one

Public Comments

  1. all i can tell you that you need to visit this website , it has everything explained and it has examples too. http://www.w3schools.com/html/default.asp Have fun with HTML and Good luck !!
  2. You dont know what your doing??? was this class an elective... I'm willing to help.. but its gonna be difficult to do it in answers.. ill code the page for you and upload it if you want.. you are gonna need to explain in more detail though. email me.
  3. Open up notepad and type in <html> <head> <title>My web page</title> </head> <body background="picture.jpg"> <h1>Name here</h1> <br> <img src="pic" alt="name"> <br> <h2> Contact info <br> work info <br> bio <br> hobbies </body> </html> there's something's in there i didn't do, i didn't do them so you could figure them out yourself :P
  4. <h1> and </h1> are header size one so its big <br> break line (enter) <Title> My web Page </Title> its what you see at the very top in the blue part on your web browser which says Yahoo! Answers Then for background the code is <body background="clouds.gif"> contact info for email me <A HREF="mailto:emailmetest@i likeHtmlasitscool.com">Send me an email</A> hope that helps hope the link below helps
Powered by Yahoo! Answers