Skip to content

Commit

Permalink
<b> or <strong>
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyasin81 committed Sep 15, 2023
1 parent 673cb88 commit dd16a8e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 1_AllCodeHere/9_bold.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>text bold</h1>
<p><b>Lorem </b><!-- text bold -->ipsum dolor sit amet.</p>
<h2>Strong Tag</h2>
<p><strong>Lorem</strong><!-- important text --> ipsum dolor sit amet.</p>
</html>

0 comments on commit dd16a8e

Please sign in to comment.