From d26f52cfda31962be7d5b98743a352902218c79c Mon Sep 17 00:00:00 2001 From: Neeraj-Kumar-Singh <71482153+Neeraj-Kumar-Singh@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:04:55 +0530 Subject: [PATCH] Update example.html --- example.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.html b/example.html index 4608199..0fbf98a 100644 --- a/example.html +++ b/example.html @@ -15,7 +15,8 @@
Paragraphs are separated using p tags. This automatically separates them into blocks, leaving a gap in between.
Within a paragraph you can make text bold or italic. In fact it's probably bad to think of these as bold and italic - instead you should genuinely consider them as 'strong' and 'emphasised' - you can decide exactly how to display them in you css, bold and italic are just the defaults. This is an example of symantic markup: you're adding information as to the interpretation of certain words, rather than dictating how they should be displayed.
- + +It is also possible to insert extra blank lines manually using the br tag. The br tag is a special type of tag (called a 'void tag'); you don't need a closing br tag, just un opening one.