Adding Lists to Blog page

Dear Sciaku Learner you are not logged in or not enrolled in this course.

Please Click on login or enroll now button.

If you have any query feel free to chat us!

Happy Coding! Happy Learning!

Lecture 13:- Adding Lists to Blog page

To add lists to a blog page in HTML, you would first need to create the unordered or ordered list using the <ul> or <ol> tag, respectively, and then define each list item using the <li> tag. You would then add the list within the main content section of your blog page, typically within a <main> or <article> tag.

Here is an example of how you might add an unordered list to a blog page:

cssCopy code

<main>  <article>    <h2>Blog Title</h2>    <p>Blog content...</p>    <ul>      <li>Item 1</li>      <li>Item 2</li>      <li>Item 3</li>    </ul>  </article> </main>

This code would create a blog page with a title, some text, and an unordered list of items. You can customize the appearance of the list using CSS and adjust the structure of the page as needed to fit your specific requirements.

2. Intro to HTML

2 Comments

@niteshguptav63
niteshguptav63 Nov 17, 2024 at 1:39 PM

I am not able to access videos from second class and further. I have already completed first class

@niteshguptav63
niteshguptav63 Nov 16, 2024 at 10:56 AM

When will I get my course?

@admin79
admin79 Nov 17, 2024 at 1:29 PM

Now, Your query was resolved.

Frequently Asked Questions About Sciaku Courses & Services

Quick answers to common questions about our courses, quizzes, and learning platform

Didn't find what you're looking for?

help_center Contact Support