HTML5 Semantic Structure

Developer
Size
2,705 Kb
Views
4,048

How do I make an html5 semantic structure?

What is a html5 semantic structure? How do you make a html5 semantic structure? This script and codes were developed by Joseph Cha on 05 January 2023, Thursday.

HTML5 Semantic Structure Previews

HTML5 Semantic Structure - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>HTML5 Semantic Structure</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <html>
<head> <meta name="description" content="Learn more about HTML5 semantic elements"> <meta name="author" content="Joseph Cha"> <title> HTML5 Semantic Layout </title>
</head>
<body> <header> <h2>Modern Developer (Page Heading)</h2> </header> <nav id="topNavigationBar"> <ul> <li><a href="#">Our Motto</a></li> <li><a href="#">Courses Offered</a></li> <li><a href="#">Contact Us</a></li> </ul> </nav> <section> <header>Modern Web Developer HTML Course (Section heading)</header> <article> <h3>Getting Started (Article heading)</h3> <p> You will find all the information about Getting started with the HTML course. This is the content inside the &#60;article&#62; tag. </p> </article> <article> <h3>Mastering HTML (Article heading again)</h3> <p> One more step closer to being a rockstar web developer! This is the content inside the second &#60;article&#62; tag. </p> </article> <article> <h3>Digging deeper into HTML</h3> <p> In-depth coverage of HTML! </p> </article> <article> <h3>Diving into HTML5</h3> <p> Exploring the deep corners of HTML5! (This is the content inside the third 'article' tag). </p> </article> </section> <aside class="sidenote"> <p class="sideinfo"> All the supplementary info about the Modern Web Developer HTML Course goes here. This is represented by the &#60;aside&#062; tag. </p> </aside> <section> <header>Modern Web Developer CSS Course</header> <article> <h3>Getting Started with CSS</h3> <div> CSS is awesome. It makes our web pages look pretty!! We will learn some techniques in this course. </div> </article> <div> Cost : 100$ </div> <div> Topics covered: 8 </div> <article> <h3>Mastering CSS</h3> <div> Learning advanced CSS concepts! </div> </article> <span> Cost : 200$ </span> <span> Topics covered: 10 </span> </section> <section> <header>Modern Web Developer JavaScript Course</header> <article> <h3>Getting started with JavaScript</h3> <div> Combining the powers of HTML5 and awesome CSS styling to learn JavaScript constructs. </div> </article> <footer> Footer for JavaScript course. </footer> </section> <aside class="sidenote"> <p class="sideinfo"> JavaScript will make my web page interactive! </p> </aside> <footer> 2015. All Rights Reserved. Modern Developer. (Page Footer) </footer>
</body>
</html>
</body>
</html>

HTML5 Semantic Structure - Script Codes CSS Codes

* { font-family: 'Roboto', sans-serif;
}
header, footer, nav
{ text-align:center; margin-left: auto; margin-right: auto; background-color: #cccccc; color: white; padding : 1px; margin-top: 20px; margin-bottom: 20px; width:50%;
}
#topNavigationBar
{ background-color: #D61F57;
}
#topNavigationBar ul li
{ display:inline; padding: 5px 20px; font-weight:bold; border-right: 1px solid;
}
ul li:first-child
{ border-left: 1px solid;
}
#topNavigationBar ul li a:link { text-decoration: none; color: white;
}
#topNavigationBar ul li a:hover { background-color: aqua; color: black;
}
article
{ background-color: #FBEFF2; padding:5px; border:dotted 3px #ff006e; margin-top:5px;
}
.sidenote
{ background-color: #F8E0F7; margin-top:5px; padding:5px; text-align:center; border: dashed 2px purple; float: right; width: 30%;
}
section
{ background: #EFF5FB; padding: 10px; border: dashed 2px maroon; margin-left: auto; margin-right: auto; margin-bottom: 20px; float: left; width: 66%;
}
section > header { background: black; padding: 0.5em; width: 80%;
}
.sidenote{ font-size: 20pt;
}
p.sideinfo{ font-size: 50%
}
footer{ color: gray; clear: both; font-size: small;
}
article ~ div{ background: lightgreen;
}
article + span{ background: lightgreen;
}
HTML5 Semantic Structure - Script Codes
HTML5 Semantic Structure - Script Codes
Home Page Home
Developer Joseph Cha
Username unionbank
Uploaded January 05, 2023
Rating 3
Size 2,705 Kb
Views 4,048
Do you need developer help for HTML5 Semantic Structure?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Joseph Cha (unionbank) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!