Skip to content

Commit 3c998f7

Browse files
committed
Update README.md
1 parent 317268e commit 3c998f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@ An example of a self closing tag is something like a line break (`<br />`) or th
387387

388388
## Q. What are semantic and non-semantic elements?
389389

390-
* **Semantic elements**: clearly describes its meaning to both the browser and the developer. For example: `<form>`, `<table>`, `<article>`, `<aside>`, `<details>`, `<figcaption>`, `<figure>`, `<footer>`, `<header>`, `<main>`, `<mark>`, `<nav>`, `<section>`, `<summary>`, `<time>` clearly defines its content.
390+
* **Semantic elements**: clearly describes its meaning to both the browser and the developer.
391+
For example: `<form>`, `<table>`, `<article>`, `<aside>`, `<details>`, `<figcaption>`, `<figure>`, `<footer>`, `<header>`, `<main>`, `<mark>`, `<nav>`, `<section>`, `<summary>`, `<time>` clearly defines its content.
391392

392393
* **Non-semantic elements**: `<div>` and `<span>` tells nothing about its content.
393394

0 commit comments

Comments
 (0)