HTML_knowledge_organizer
HTML_knowledge_organizer
We can also use links to take us to different parts of a web page. We need
to use the id attribute to identify the different parts of the web page that we
Different types of text want to link to. The code below shows a link that will take you back to the top
of the page:
Use the heading tags to create headings in your webpage. Headings range
in size from <H1> to <H7>. Use the <p> tag to specify text as paragraph
text.
To create bulleted or numbered lists you need to use the <ol> tag for a
numbered list and <ul> for a bulleted list. The <li> tag is used to list the
items that you want in the list. An example is shown below: