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. 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 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 Link to comment https://forums.phpfreaks.com/topic/206540-html-website-help/#findComment-1080534 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.