Specifying emphasis italics (used for verbal emphasis): My favorite football team is the Bears
Specifying standard visual italics : My favorite football team is the Bears
-----Specifying Strong font type of markup similar to Bold. Conveys importance,urgency.
Specifying standard bold font works like this
-----To Create Bulleted "unordered" lists:
To Create Ordered Lists:
To Create Definition list or Description List(Listing item then something to explain or define the item):
To Create Quoted sections and Cite references:
-To add quotes within standard sentences and paragraphs useThe Uplift Fund supports nonprofits that provide resources to creative entrepreneurs in communities that need it most. You can donate your change at Checkout.
-Etsy
to quote text
INLINE ELEMENTS:
They're meant for wrapping around phrases of content that are inline with some other content. Like the "q" element, Strong, b, I, and em. You wrap them around phrases of text or they have a similar kind of inline purposeBlock Level ELEMENTS:
Other elements are block-level elements. Block quote, paragraph, unordered lists. These elements each start a new block.
-----To use Date/Time elements
Any date/time format can be used: ,Add HTML attribute to specify use. Example- (elementname attributename="")
Time example:
Example 2 using time stamps:
-----To insert code format examples to a paragraph so it doesn't display as actual code just the syntax:
We can write {color:green;} in our CSS, and it will apply to anything marked up as an H4 element
We can write {color:green;} in our CSS, and it will apply to anything marked up as an <H4> element
To create a line break for a paragraph use a line break element <br>:
Here is Paragraph 1
Here is another Paragraph
--To create formatting that matches specific spacing of a paragraph use the element <pre>:
by T.L. Fields
Sometimes you want to put some code on a webpage. Let's say you're writing an article about making a webpage or you want to tell people about some of the syntax encode.
Here, we've got some CSS in the middle of a sentence.
I'd like that code to stand out and look like code.
So I'll use the code element.
I'll type an opening code tag before my bit of CSS and a closing code tag afterwards.
-----
To create Superscripts, subscripts, and small text:
Subscript: H20
Superscript: 92
Small Text: All Rights Reserved
-----Global Attributes-Can work on ANY element:
Allow users to edit content:
Edit this content to add your own quote
Use <lang> and the short code for the language to set the Language used
Use <dir> to tell the browser which direction the text flows-left to right DIR=LTR, right to left DIR=RTL
-----To add comments to a pages html code without it displaying on the page:
This comment will display
-----To add links to the page:
The Anchor Element "a"
LinkExample Link:
LinkedIn LearningTo learn more visit LinkedIn Learning now!
-----To add Video Audio & Images to pages:
Image:

MP3:
Video:
iframe:
-----To add Tables and Rows to pages:
Example table/row tags| Dog | Color | Diet | Photo |
|---|---|---|---|
| Golden Labrador | Yellow | Eats Humans | ![]() |