6-12-25
Objective: Students will be able to learn additional HTML tags, and understand how a website is put together.
How do I write HTML on Mac?
Create an HTML file
In the TextEdit app on your Mac, choose File > New, then choose Format > Make Plain Text.
Enter the HTML code.
Choose File > Save, type a name followed by the extension . html (for example, enter index. html), then click Save.
When prompted about the extension to use, click “Use . html.”
HTML headings are defined with the <h1> to <h6> tags:
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
HTML paragraphs are defined with the <p> tag:
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
HTML links are defined with the <a> tag:
<a href="http://www.w3schools.com">This is a link</a>
***Google how to add a header, a footer and some menu links.***
From w3schools - Example:
A header for an <article>:
<article>
<header>
<h1>A heading here</h1>
<p>Posted by John Doe</p>
<p>Some additional information here</p>
</header>
<p>Lorem Ipsum dolor set amet....</p>
</article>
6-6-25
Objective: Students will be able to create parts of a webpage: header, nav, main, aside, and footer — on paper.
6-5-25
Objective: Students will be able to understand the purpose of five key parts of a webpage: header, nav, main, aside, and footer — and create a basic web layout using those elements on paper.
Link to Mary Esther Elementary
Link to Edwins Elementary School
Link to w3schools website
Technology I - Vocabulary for Kids - Laptop, monitor, mouse, speakers,
https://www.youtube.com/watch?v=difvQyWFmxw
Technology II - Vocabulary for Kids - Internet, website
https://www.youtube.com/watch?v=NNQWZf1FQyE
Technology III - Vocabulary for Kids - Mobile phone, tablet,
https://www.youtube.com/watch?v=Nczp6WNR7I4