TEXT IN HTML
Type of tag (markup) that you can you to creating a web page :
- Structural markup:use to edit both headings and paragraphs .
- Semantic markup : used to do Advanced things .
Headings
Headings size start from h1 (The biggest) to h6 (The smallest) , <h1> is used for main headings , <h2> is used for subheadings And so on .
Paragraphs :
This tag <p></p> is used for make up the paragraph , a browser will show each paragraph on a new line with some space between it and any subsequent paragraphs.
Bold & It alic :
- to make any part of text as Bold you should put it in tag .
- to make any part of text as Alic you should put it in tag .
- you can use Bold or alic within Paragraph or Heading .
Superscript & Subscript
- The element is usednto contain characters that should be superscript .
- The element is used to contain characters that should be subscript.
White Space :
in HTML code you can create more spaces next to each other but when you show cod in browser it only displays one space
Line Breaks & Horizontal Rules :
-
to create line break inside the middle of a paragraph you can use the line break tag
. - to add horizontal rule between sections use the <hr /> tag .
- empty elements : elements that do not have any words between an opening and closing tag .
semantic markup :
- elements that are not intended to affect the structure of your web pages, but they do add extra information to the pages . Example : - element that allows you to indicate where emphasis should be placed on selected words .
-
element which indicates that a block of text is a quotation.
tag :
something like bold tag used to focuses on important words .
tag :
this tag make the text style italic
Quotations elements :
1- <blockquote>
**2-**
Abb reviations & Acronyms :
**1-** **2-** **3-**
<address> tag :
used for contain a address information like : physical address , phone number or email address.