You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a tree diagram for the following html code
<html>
<head>
<title>
This is HTML
</title>
</head>
<body>
<h1>This is the title of my page</h1>
<p>This is a paragraph</p>
</body>
</html>
Use heading tags to add headings to an html page.
To the example above, add heading tags h2 to h6
Use paragraph tags to add text to an html page.
To the example above, add a paragraph tag
Add links to an html page.
To the example above, add a link to www.google.com
Describe the difference between elements, tags, and contents in HTML.
Turn to your neighbor and discuss the difference between elements, tags and content
Describe the difference between block-level and inline elements.
Turn to your neighbor and discuss the difference between block level and inline elements