Break Line, paragraph, Align and Headings
Subject: Introduction to HTML and Web Technology
If you have completed lesson two you may be wondering how can you make a text to continue from another line, add a paragraph, alighn text to the center or make a text bigger. All these will be dicussed in this lesson three.
First let us learn how to edit the web page we had created in lesson one, please follow this simple steps:
Editing the webpage
Follow the step below to do this:
STEP1. Right click on the webpage
STEP2. Point to "Open With" from the menu list
STEP3. Then click "Notepad" from the sub-menu
(Note If Notepad can not be found in the sub-menu)
STEP3. Then click "Choose Program..." on the sub-menu
STEP4. When the "Open With" dialogue box appear
STEP5. Click Notepad from the list of Programs.
Finally our page is in editing mode, using Notepad.
Now let us get started...
Break:
break text, brings the next line of text after this tag to the next line, just like pressing the enter key on your keyboard when typing with MS Word.
Paragraphs: Paragraphs are represented by the
element and are used to group blocks of text together. Like entering a another paragraph in a text.
Paragraph align:
This text will be move to center
Headings: HTML provides six levels of headings, from
to
. They represent hierarchical levels, with h1 being the highest level and h6 the lowest.
This is Heading 1
This is Heading 2
Lets us see some sample:
TEA Learn Learning Management System
TEA Learn empowers you with technology skills, expand your knowledge with quality education and enable you explore your curiosity with creative art.
WHY TEA LEARN?
Personalized learning
Quality Content
Empower Educators
You will notice that the paragraph tag is equivalent to two break lines, the paragraph tag also have some interesting attribute, such aligning text (not limited to text but any object in-betweens its tags, such as images or table) to three main position (left, center or right), let’s take a look...
Align to centre
this text will appear at the centre of the screen
Align to right
this text will appear at the right of the screen
Align to left
This text will appear at the left of the screen
By:
Benjamin Onuorah
Comments
Abah Johnson (learner)
Date commented: 12-Mar-2024 07:56:31am
BabaJay Accessories
Welcome to BabaJay Accessories
Get ready to turn heads! We're your one-stop shop for the latest fashion finds that push boundaries and express your unique style.
Login to comment or ask question on this topic
Previous Topic Next Topic