zeenash Posted July 2, 2010 Share Posted July 2, 2010 Hi friends, What are some (7) element tags except for <html>, <body>, <head> and <title> that I can use for a simple website? Reason I'm asking because I'm doing this stupid HTML website assessment at school, and I need to use at least 7 element tags in the website I'm making. Edit: Oh yeah, and I also need 7 attribute tags as well. Any help would be awesome. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/206540-html-website-help/ Share on other sites More sharing options...
PFMaBiSmAd Posted July 2, 2010 Share Posted July 2, 2010 http://w3schools.com/html/default.asp Quote Link to comment https://forums.phpfreaks.com/topic/206540-html-website-help/#findComment-1080366 Share on other sites More sharing options...
sw0o0sh Posted July 3, 2010 Share Posted July 3, 2010 <html> <head> <title>MY Page</title> <style type='text/css'> body{ background-color:#000000; } </style> <body> <p> Hey My names <a href="billy.html">Billy</a>. Check out this cool PICTURE! <br /> <img src="linktopic.jpg" alt="picture" /> </p> </body> </html> That's like 8 or 9 right there Quote Link to comment https://forums.phpfreaks.com/topic/206540-html-website-help/#findComment-1080534 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.