Paragraph with image aligned right
HTML stands for Hyper Text Markup
Language. An HTML file is a text file containing small
markup tags.
The markup tags tell the Web browser how to display
the page. All HTML files must end in ".html". An HTML file can
be created using a simple text editor. All HTML files consist
of an html element with a head element and a body element embedded
inside the html element. A title element must be embedded within
the head element.
Paragraph with image aligned left
HTML stands for Hyper Text Markup Language. An HTML file is a
text file containing small markup tags.
The markup tags tell the Web browser how to display the page. All HTML files must
end in ".html". An HTML file can be created using a simple text
editor. All HTML files consist of an html element with a head element and a body element embedded
inside the html element. A title element must be embedded within
the head element.