html basics
html structure
100

This tag is used to create paragraphs in Html

<p>

100

This tag tells the browser it's dealing with html5

<!DOCTYPE html>

200

This tag creates a large heading on a webpage

<h1>

200

The tag where all physical content goes in an html file

<body>

300

Name the tag that defines a hyperlink in HTML

<a>

300

Where should you place the title of the page.

<title>

400

This tag is used to display an image on a web page

<img>

400

This tag groups metadata and links CSS and JavaScript

<head>

500

We use this tag to create a table in html

<table>

500

Inside which tag would you put information like key words or a description for search engines

<meta>