Computer Science, asked by sushmita7071, 11 months ago

The default image alignments are _ .
A) Left and top, B) Left and buttom, C) Left and middle, D) None .

Answers

Answered by AKASHDIPDAS
1
The default image alignments are -

[A] LEFT AND TOP
Answered by Anonymous
1
"\textbf{A}"

In HTML defalut image alignment is at the top left side of the web page.

This can follow as :

<html>
<head>
<title> ••• </title>
</head>
<body>
<img src="xxxx.jpg">

ADITYA
</body>
</html>
Similar questions