Skip to content

Commit 29ce6aa

Browse files
Update readme.md
1 parent bb80bb7 commit 29ce6aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CSS/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Applied directly to an HTML element using the style attribute.
3636

3737
2. Internal CSS:
3838

39-
Defined within a <style> tag in the HTML document's <head>.
39+
Defined within a `<style>` tag in the HTML document's `<head>` .
4040

4141
```html
4242
<head>
@@ -51,7 +51,7 @@ Defined within a <style> tag in the HTML document's <head>.
5151

5252
3. External CSS:
5353

54-
Linked via a separate .css file, using the <link> tag.
54+
Linked via a separate .css file, using the `<link>` tag.
5555

5656
```html
5757
<head>

0 commit comments

Comments
 (0)