TeachUcomp, Inc.

 MY CART
  • VIDEO COURSES
    • All-Access Subscriptions
    • Business Licensing
    • Course List
      • Accounting
      • Adobe
        • Acrobat
        • Lightroom Classic
        • Photoshop
        • Photoshop Elements
      • Crystal Reports
      • Employment Skills
        • Interview Skills
        • Resume Skills
      • For Lawyers
        • Excel for Lawyers
        • Outlook for Lawyers
        • QuickBooks for Lawyers
        • Word for Lawyers
      • HTML
      • JavaScript
      • Microsoft Office
        • Access
        • Excel
        • Microsoft Office Suite
        • OneNote
        • Outlook
        • Outlook on the Web
        • PowerPoint
        • Publisher
        • Word
      • Microsoft Project
      • Microsoft Teams
      • QuickBooks Online
      • QuickBooks Pro
      • Sage
        • Peachtree
        • Sage 50
      • SQL
      • Windows
    • Video Course Options
  • SUBSCRIPTIONS
  • MANUALS
    • Adobe
      • Acrobat
      • Lightroom Classic
      • Photoshop
      • Photoshop Elements
    • Crystal Reports
    • For Lawyers
      • Excel for Lawyers
      • Outlook for Lawyers
      • QuickBooks for Lawyers
      • Word for Lawyers
    • HTML
    • JavaScript
    • Microsoft Office
      • Access
      • Excel
      • OneNote
      • Outlook
      • Outlook on the Web
      • PowerPoint
      • Publisher
      • Word
    • Microsoft Project
    • Microsoft Teams
    • QuickBooks Online
    • QuickBooks Pro
    • Sage
      • Peachtree
      • Sage 50
    • SQL
    • Windows
  • REFERENCE CARDS
    • Adobe
      • Acrobat
      • Lightroom Classic
      • Photoshop
      • Photoshop Elements 2023
      • Photoshop Elements 2022
      • Photoshop Elements 2021
      • Photoshop Elements 2020
      • Photoshop Elements 2019
      • Photoshop Elements 2018
      • Photoshop Elements 15
    • Google
      • Google Classroom for Teachers
      • Google Docs
      • Google Drive
      • Google Forms
      • Google Sheets
      • Google Slides
    • Mac OS
      • Mac OS Ventura-Mojave Keyboard Shortcuts
    • Microsoft Office
      • Microsoft Office 365
        • Access for Office 365
        • Excel for Office 365
        • Microsoft Office 365
        • Outlook for Office 365
        • PowerPoint for Office 365
        • Publisher for Office 365
        • Word for Office 365
      • Microsoft Office 2021
        • Access 2021
        • Excel 2021
        • Microsoft Office 2021
        • Outlook 2021
        • PowerPoint 2021
        • Publisher 2021
        • Word 2021
      • Microsoft Office 2019
        • Access 2019
        • Excel 2019
        • Microsoft Office 2019
        • Outlook 2019
        • PowerPoint 2019
        • Publisher 2019
        • Word 2019
      • Microsoft Office 2016
        • Access 2016
        • Excel 2016
        • Microsoft Office 2016
        • OneNote 2016
        • Outlook 2016
        • PowerPoint 2016
        • Publisher 2016
        • Word 2016
      • Microsoft Office 2013
        • Excel 2013
        • Microsoft Office 2013
        • OneNote 2013
        • Outlook 2013
        • PowerPoint 2013
        • Word 2013
      • Microsoft Office for iPad
        • Microsoft Office for iPad
    • Microsoft Teams
      • Microsoft Teams
    • QuickBooks Online
      • QuickBooks Online
    • QuickBooks Pro
      • QuickBooks Pro 2023
      • QuickBooks Pro 2022
      • QuickBooks Pro 2021
      • QuickBooks Pro 2020
      • QuickBooks Pro 2019
      • QuickBooks Pro 2018
      • QuickBooks Pro 2017
      • QuickBooks Pro 2016
      • QuickBooks Pro 2015
      • QuickBooks Pro 2014
    • Sage
      • Sage 50 2019
      • Sage 50 2018
    • SQL
      • SQL
    • Windows
      • Windows 11
      • Windows 11 and 10 Keyboard Shortcuts
      • Windows 10
  • STICKERS
    • Chrome OS
      • Chrome OS for Chromebooks
    • Mac OS
      • Mac OS Ventura
      • Mac OS Monterey-Mojave
    • Microsoft Office
      • Word and Excel (Mac) 2022
      • Word and Excel (PC/Windows) 2021-2016 and 365
    • QuickBooks Desktop
      • QuickBooks Desktop (PC/Windows) 2023
      • QuickBooks Desktop (PC/Windows) 2022-2015
    • Windows
      • Windows 11 and 10
  • SUPPORT
    • Company
      • About Us
      • Blog
      • Contact Us
      • Our History
      • Our Philosophy
        • Customer Service
        • Mission
      • Policies
      • Testimonials
    • Contact Us
    • FAQ
    • Help
    • Lost Password
    • Register a Product
  • LOGIN
    • Manage My Account
    • Member Login
    • My Courses
Shop Now

Comments in HTML – Instructions

Wednesday, June 22 2022 by Joseph Brownell
A picture showing how to use comments in HTML code.
Overview of How to Add Comments in HTML             This tutorial shows you how to add comments in HTML. You can insert comments into your HTML code as a form of documentation. They can also provide notes to yourself or other designers viewing your code.  Comments only appear within the HTML code and are not
addadd comment in htmlcodecodingcomment in html5comment out htmlcomments in htmlcourseedithelphow-tohtmlhtml comment linehtml comment syntaxhtml comment taghtml multiline commentHTML tutorialhtml5insertinstructionslearnlessonoverviewself studysingle line comment in htmltagtagsteachtrainingtutorialvideovideo lesson
Read more
  • Published in HTML, Latest
No Comments

Pre Tag in HTML – Instructions

Monday, June 20 2022 by Joseph Brownell
A picture showing how to use the Pre tag in HTML.
Overview of How to Use the Pre Tag in HTML             This tutorial shows you how to use the Pre tag in HTML. The Pre tag in HTML defines a section of preformatted text in a web page. The text usually appears in web browsers as a monospaced, fixed-width font. The Pre tag in HTML
addcodecodingcourseedithelphow-tohtmlhtml preHTML tutorialhtml5html5 preinsertinstructionslearnlessonoverviewpre formatted tagpre tagpre tag in htmlpre tag in html5pre tag stylepreformatted text htmlpreformatted text in htmlself studytagtagsteachtrainingtutorialvideovideo lesson
Read more
  • Published in HTML, Latest
No Comments

How to Apply Italics in HTML – Instructions

Wednesday, June 15 2022 by Joseph Brownell
A picture showing how to apply italics in HTML using an inline CSS style.
Overview of How to Apply Italics in HTML How to Apply Italics in HTML Using CSS             This tutorial shows you how to apply italics in HTML. To apply italics in HTML, you should use a CSS style rule and the “font-style” property.  You can apply the CSS style using either inline, internal, or external
addcodecodingcoursecss font style italiccss italiccss italicscss3edithelphow to apply italics in htmlhow-tohtmlhtml css italichtml italic taghtml italic textHTML tutorialhtml5i tag htmlinsertinstructionsitalic font htmlitalic tag in htmlitalics in cssitalics in htmllearnlessonoverviewself studytagtagsteachtrainingtutorialvideovideo lesson
Read more
  • Published in HTML, Latest
No Comments

How to Bold Text in HTML – Instructions

Tuesday, June 14 2022 by Joseph Brownell
A picture showing how to bold text in HTML using an inline CSS style.
Overview of How to Bold Text in HTML             This tutorial shows you how to bold text in HTML. To bold text in HTML, you should apply the bolding using a CSS style rule and the “font-weight” property.  You can apply the CSS style using either inline, internal, or external CSS, as needed, although inline
addb tag htmlbold cssbold css htmlbold tagbold text in htmlcodecodingcoursecss bold textcss font boldcss font weightcss3edithelphow to bold text in htmlhow-tohtmlhtml boldhtml bold texthtml code for bold fonthtml code for bold texthtml font boldhtml style boldHTML tutorialhtml5insertinstructionslearnlessonmake text bold htmloverviewself studytagtagsteachtrainingtutorialvideovideo lesson
Read more
  • Published in HTML, Latest
No Comments

How to Use the DIV Tag in HTML – Instructions

Monday, March 28 2022 by Joseph Brownell
A picture showing the result of the example in the HTML code above on using the DIV tag in HTML when viewed in a web browser.
Overview of the DIV Tag in HTML:            You use the DIV tag in HTML to divide sections of an HTML document. Using the DIV tag lets you define block-level sections of an HTML document. Applying a DIV tag lets you identify the section defined by the DIV tag, so you
addcodecodingcoursediv elementdiv element in htmldiv spandiv tagdiv tag in htmldiv tag in html examplediv tag instructionsedithelphow to use the div tag in htmlhow-tohtmlhtml divhtml div classhtml div exampleHTML tutorialhtml5insertinstructionslearnlessonoverviewself studytagtagsteachtrainingtutorialuse the div tag in htmlvideovideo lesson
Read more
  • Published in HTML, Latest
No Comments

Create HTML Bullet Points – Instructions

Monday, October 11 2021 by Joseph Brownell
A picture of a user creating HTML bullet points in a simple web page created in Notepad.
Overview of How to Create Ordered Lists in HTML             You can create HTML bullet points by making an unordered list in HTML. An unordered list in HTML, also called a bullet list in HTML, is a common type of HTML list. The other most popular choice is probably the ordered list. Unlike an ordered
bullet list htmlbullet point html codebullet point list htmlbullet points in htmlbullets in htmlcreateCreate HTML Bullet Pointshelphow tohow to create lists in htmlHow to Make HTML Bullet Pointshow to make html bulletshow-tohtmlhtml bullethtml bullet listhtml bullet pointshtml bullet symbolhtml bulletsHTML codehtml code bullet listhtml helphtml list stylehtml taghtml unordered listhtml5learnlessonli tag in htmllistlistsol tag in htmloverviewtagteachtrainingtutorialul list styleul tagul tag in htmlunordered listunordered list htmlunordered listsvideowrite HTML
Read more
  • Published in HTML, Latest
No Comments

Paragraphs in HTML – Instructions and Video Lesson

Thursday, July 22 2021 by Joseph Brownell
A picture of a user creating a paragraph using HTML code.
Overview About Paragraphs in HTML          This tutorial shows you how to create paragraphs in HTML. When working in a word processing program, like Microsoft Word, you press the “Enter” or “Return” key on your keyboard to begin a new paragraph.  Web browsers do not recognize those line breaks.  Instead, you must
addadd a paragraph in htmladd new paragraphs in HTMLadd paragraphs in htmlcodecodingcoursecreate a paragraph in htmlcreate html paragraphscreate paragraphs in htmlhelphow-tohtmlHTML codehtml documenthtml p taghtml paragraphsHTML tutorialhtml5insertinsert paragraphs in HTMLinstructionslearnlessonmake paragraphs in htmloverviewp tag in htmlParagraphs in HTMLself studytagtagsteachtrainingtutorialvideo
Read more
  • Published in HTML, Latest
No Comments

Add Space in HTML – Instructions

Tuesday, July 20 2021 by Joseph Brownell
A picture of the HTML entity you use to create blank space in paragraph text in HTML code.
Add Space in HTML: Overview            This tutorial shows you how to add space in HTML. Any blank spaces you type in HTML text to show in a browser, beyond a single space between words, are ignored. Therefore, you must code your desired blank spaces into your document. You can add
addadd blank space in htmladd space in htmladd space to text in htmlblank space in htmlcodecodingcourseeditentityhelphow to add blank space in html texthow to add space in htmlhow to add space to text in htmlhow-tohtmlHTML entityHTML tutorialhtml5insertinstructionslearnlessonnbspnbsp in htmlnbsp tagoverviewself studytagtagsteachtrainingtutorialvideo
Read more
  • Published in HTML, Latest
No Comments
  • 1
  • 2
  • 3

 

Recent Posts

  • A picture showing how to create a clipping mask in Photoshop Elements.

    Create a Clipping Mask in Photoshop Elements – Instructions and Video

    Overview of How to Create a Clipping Mask in Ph...
  • A picture of the “Add/Edit Multiple List Entries” window that lets you copy and paste list data from Excel into QuickBooks Pro.

    Copy and Paste List Data from Excel into QuickBooks Pro- Instructions

    Overview of How to Copy and Paste List Data fro...
  • A picture showing how to duplicate a layer in Photoshop Elements using the “Duplicate Layer” dialog box.

    Duplicate a Layer in Photoshop Elements – Instructions

    Overview of How to Duplicate a Layer in Photosh...

Categories

Archives

  • GET SOCIAL

© 2001-2023 Copyright TeachUcomp, Inc. All rights reserved.

TOP
Sale! $49 All-Access 2 Days 18 Hours 37 Minutes 0 Seconds      $199 $49 Entire Library!
See Deal