Jump to content

HTML website help!


zeenash

Recommended Posts

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

<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 :P

Link to comment
https://forums.phpfreaks.com/topic/206540-html-website-help/#findComment-1080534
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.