How can you change the alignments of the text
Answers
Answered by
0
- Click the outer edge of the text box to select it.
- Click the Format tab (the purple contextual tab that appears next to the Home tab), and then under Text Box, click Change text alignment within the text box .
- Click the alignment option that you want.
Answered by
1
Answer:
<!doctype html>
<html>
<head>
<title> My Website </title>
</head>
<body text=yellow bgcolor=green>
<p align=left> Hypertext Markup Language </p>
<p align=center> Hypertext Markup Language </p>
<p align=right> Hypertext Markup Language </p>
</body>
</html>
Similar questions