Computer Science, asked by shubham2306, 11 months ago

how to create a document and make one paragraph has Two coloumnar view?

Answers

Answered by faizan1alyani2
7
if you want to create a document in your PC then you have to first go to start and then click all programs and then click Microsoft apps in the you will be finding a PDF or .doc or .txt cetera and if you want to do it on your mobile then you have to download the app which can create a document

shubham2306: how to create a document and make one paragraph as Two Coloumnar view
Answered by Anonymous
0

Answer:

<!doctype html>

<html>

<head>

<title> My Website </title>

</head>

<body>

<h1> This is my heading </h1>

<p> This is a my paragraph. The font size of paragraph is smaller than the font size of heading.

</p>

</body>

</html>

Similar questions