DEV Community

Cover image for Basics in HTML
Monish Kumar
Monish Kumar

Posted on

Basics in HTML

How to write a blog using HTML

1.To Add a title to your blog we use h tag
Reference1

To add more than one title we can use h number(number refers to the title of the number)
Reference2

2.To express your content in paragraphs we use p tag
Reference3
There can be any number of paragraphs by specifying the number of the paragraph

3.To embed a image we use

Screenshot 2021-08-11 180043

4.To embed a link we use
Reference4

To know more
Visit the page for a sample blog

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay