<article>
and <section>
element tags?<meta>
HTML tag used when specifying metadata?=
" "
Attribute | Explanation | Example |
---|---|---|
href |
Specifies the web address for a link | `href =”https://www.google.com/” |
title |
Specifies extra info about the link, such as a description of the page being linked to | `title=”Google Homepage” |
target |
Specifies the browsing context used to display the link | target="_blank" will launch in a new tab |
<header>
<nav>
<main>
<article>
, <section>
, and <div>
<article>
<section>
<div>
<aside>
<footer>
<meta>
tag and is contained in the <head>
section of an HTML document<link>
and <title>
elements to connect to CSS stylesheets and name the browser tabcharset="utf-8"
to use the universal character code
<name>
specifies the type of meta element it is; what type of info it contains<content>
specifies the actual meta content```
<link>
``` html```
<script>
<script src="my-js-file.js"></script>