Skip to main content

Creating a Division to your to your Page

                                                          Creating a Division to your Page
<!DOCTYPE html>
<html>
<head><title>Web Page Divisions</title>
<meta charset= "utf-8">
</head>
<body>
<div id= "masthead">
<p> Masthead </p>
</div>
<div id= "top-navigation">
<p> Top Navigation </p>
</div>
<div id= "web-content">
<p> Web Content </p>
</div>
<div id= "bottom-navigation">
<p> Bottom Navigation </p>
</div>
<div id= "copyright-section">
<p> Copyright </p>
</div>
</body>
</html>
Sample Output:

Comments

Post a Comment

Popular posts from this blog

Html Tags

HTML Tags Ordered Alphabetically Tag Description <!--...--> Defines a comment <!DOCTYPE>   Defines the document type <a> Defines a hyperlink <abbr> Defines an abbreviation or an acronym <acronym> Not supported in HTML5. Use  <abbr> instead. Defines an acronym <address> Defines contact information for the author/owner of a document <applet> Not supported in HTML5. Use  <embed>  or  <object>  instead. Defines an embedded applet <area> Defines an area inside an image-map <article> Defines an article <aside> Defines content aside from the page content <audio> Defines sound content <b> Defines bold text <base> Specifies the base URL/target for all relative URLs in a document <basefont> Not supported in HTML5. Use CSS instead. Specifies a default color, size, and font for all text in a document <bdi> Isolates a part of text that might ...

HTML Color Codes

HTML Color Codes HTML color codes and names. Red colors Color HTML / CSS Color Name Hex Code #RRGGBB lightsalmon #FFA07A salmon #FA8072 darksalmon #E9967A lightcoral #F08080 indianred #CD5C5C crimson #DC143C firebrick #B22222 red #FF0000 darkred #8B0000 Orange colors Color HTML / CSS Color Name Hex Code #RRGGBB coral #FF7F50 tomato #FF6347 orangered #FF4500 gold #FFD700 orange #FFA500 darkorange #FF8C00 Yellow colors Color HTML / CSS Color Name Hex Code #RRGGBB lightyellow #FFFFE0 lemonchiffon #FFFACD lightgoldenrodyellow #FAFAD2 papayawhip #FFEFD5 moccasin #FFE4B5 peachpuff #FFDAB9 palegoldenrod #EEE8AA khaki #F0E68C darkkhaki #BDB76B yellow #FFFF00 Green colors Color HTML / CSS Color Name Hex Code #RRGGBB lawngreen #7CFC00 chartreuse #7FFF00 limegreen #32CD32 lime #00FF00 forestgreen #228B22 green #008000 darkgreen #006400 greenyellow #ADFF2F yellowgreen #9ACD32 springgreen #00FF7F mediumspringgreen #00FA9A lightgreen...