exemple copilot !
HTML Structure:
- HTML documents have a basic structure that includes
<!DOCTYPE html>
,<html>
,<head>
, and<body>
tags. - Example:<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head><body><!-- Content goes here --></body></html>
- HTML documents have a basic structure that includes
Elements and Tags:
- HTML is made up of elements, which are defined by tags.
- Tags usually come in pairs: an opening tag
<tag>
and a closing tag</tag>
. - Example:<p>This is a paragraph.</p>
Attributes:
- Tags can have attributes that provide additional information about the element.
- Attributes are placed within the opening tag and have a name and value.
- Example:<a href="https://www.example.com">Visit Example</a>
Common Tags:
- Some common HTML tags include:
<h1>
to<h6>
for headings<p>
for paragraphs<a>
for hyperlinks<img>
for images<div>
and<span>
for generic containers
- Example:<h1>Heading</h1><p>This is a paragraph.</p><a href="https://www.example.com">Link</a><img src="image.jpg" alt="Description"><div>Content</div>
- Some common HTML tags include:
Semantic HTML:
- Use semantic tags to improve the readability and accessibility of your HTML.
- Semantic tags include
<header>
,<nav>
,<section>
,<article>
,<footer>
, etc. - Example:
Similar code found with 2 license types -
⚡Programme
Les 3M de l'apprentissage !
- Minétisme
- Mémorisation
- Maîtrise
Nous utiliserons un grand nombre de sites hors e-campus.
Les sites
Mes attentes
Programme
Semaine 1-3/4
Inscription à :
Articles (Atom)