We have updated the content of our program. To access the current Software Engineering curriculum visit curriculum.turing.edu.
HTML Intermission Work
Checks for Understanding
First, read through these questions so that you know what you are expected to know coming out of these tutorials.
- What is HTML?
- What is an HTML element?
- What is an HTML attribute?
- What is the difference between a class and an id? When would you use one vs. the other?
- What HTML would you write to create a form for a new dog with a “name” and an “age”?
- What are semantic tags? When would you use them over a
div
? - Explain what each of the following HTML tags do and when you would use them:
<h1>
,<h2>
, etc.<p>
<body>
<a>
and thehref
attribute<img>
and thesrc
attribute<div>
<section>
<ul>
,<ol>
, and<li>
<form>
<input>
W3Schools HTML Tutorial
Need to know
Complete the following sections of the W3Schools HTML5 Tutorial. Play around with the “Try it Yourself” editors to explore how HTML works and to get some hands on practice. These sections will directly address the Checks for Understanding, so make sure you are answering them as you go. This is the information that you need to know and be comfortable with.